Put gray background on header, fix footer font size
This commit is contained in:
@@ -127,18 +127,22 @@ a:hover, a:visited {
|
|||||||
width: 70%;
|
width: 70%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#wiki-header #header-content,
|
||||||
#wiki-footer #footer-content {
|
#wiki-footer #footer-content {
|
||||||
background-color: #f7f7f7;
|
background-color: #f7f7f7;
|
||||||
border: 1px solid #ddd;
|
border: 1px solid #ddd;
|
||||||
font-size: 1.2em;
|
|
||||||
line-height: 1.5em;
|
|
||||||
margin-top: 1.5em;
|
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
|
||||||
border-radius: 0.5em;
|
border-radius: 0.5em;
|
||||||
-moz-border-radius: 0.5em;
|
-moz-border-radius: 0.5em;
|
||||||
-webkit-border-radius: 0.5em;
|
-webkit-border-radius: 0.5em;
|
||||||
}
|
}
|
||||||
|
#wiki-header #header-content {
|
||||||
|
margin-bottom: 1.5em;
|
||||||
|
}
|
||||||
|
#wiki-footer #footer-content {
|
||||||
|
margin-top: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
#wiki-footer #footer-content h3 {
|
#wiki-footer #footer-content h3 {
|
||||||
font-size: 1.2em;
|
font-size: 1.2em;
|
||||||
|
|||||||
Reference in New Issue
Block a user