mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2025-07-13 20:08:49 +00:00
pageheader/pageheader.css aktualisiert
The coloured passages are to be commented out.
This commit is contained in:
parent
26dd4f0d71
commit
45406008b9
1 changed files with 4 additions and 4 deletions
|
@ -16,14 +16,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.pageheader {
|
.pageheader {
|
||||||
text-align: center;
|
text-align: left; /* center > left */
|
||||||
width: 100%;
|
width: 100%;
|
||||||
margin-top: 25px;
|
margin-top: 25px;
|
||||||
font-size: 20px;
|
font-size: 1.55rem; /* 20px > 1.55rem */
|
||||||
/* The pageheader box */
|
/* The pageheader box */
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
background-color: #2eb885; /* Green */
|
/*background-color: #2196F3; /* Blue */
|
||||||
color: white;
|
/*color: white;*/
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
border-radius: 2px;
|
border-radius: 2px;
|
||||||
margin-bottom: 15px;
|
margin-bottom: 15px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue