From randallwiggins
| Line 2: | Line 2: | ||
body { | body { | ||
background-color:#def; | background-color:#def; | ||
| + | line-height:1.8em; | ||
} | } | ||
Revision as of 23:11, 18 June 2018
/* CSS placed here will be applied to all skins
body {
background-color:#def;
line-height:1.8em;
}
#mw-navigation #mw-head {
background-color:darkred;
}
*/
#footer > #footer-places, #footer > #footer-custom {
display:none;
}