mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 11:58:48 +00:00
Merge pull request '[Addon pageheader] Coloured box added' (#1) from loma-one-patch-1 into develop
Reviewed-on: https://git.friendi.ca/loma-one/friendica-addons/pulls/1
This commit is contained in:
commit
d0b12ae5fa
1 changed files with 7 additions and 10 deletions
|
@ -20,14 +20,11 @@
|
|||
width: 100%;
|
||||
margin-top: 25px;
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
/* The pageheader box */
|
||||
.pageheader {
|
||||
padding: 20px;
|
||||
background-color: #2eb885; /* Green */
|
||||
color: white;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
margin-bottom: 15px;
|
||||
/* The pageheader box */
|
||||
padding: 20px;
|
||||
background-color: #2eb885; /* Green */
|
||||
color: white;
|
||||
border: 1px solid transparent;
|
||||
border-radius: 2px;
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue