mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 19:03:47 +00:00
Coloured box added
This commit is contained in:
parent
727eca1ce7
commit
d685663ac0
1 changed files with 7 additions and 10 deletions
|
@ -20,14 +20,11 @@
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
/* The pageheader box */
|
||||||
|
padding: 20px;
|
||||||
/* The pageheader box */
|
background-color: #2eb885; /* Green */
|
||||||
.pageheader {
|
color: white;
|
||||||
padding: 20px;
|
border: 1px solid transparent;
|
||||||
background-color: #2eb885; /* Green */
|
border-radius: 2px;
|
||||||
color: white;
|
margin-bottom: 15px;
|
||||||
border: 1px solid transparent;
|
|
||||||
border-radius: 2px;
|
|
||||||
margin-bottom: 15px;
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue