From randallwiggins
Jump to: navigation, search
Line 2: Line 2:
 
body {
 
body {
 
background-color:#def;
 
background-color:#def;
line-height:1.8em;
+
line-height:2.5em;
 
}
 
}
  

Revision as of 23:12, 18 June 2018

/* CSS placed here will be applied to all skins 
body {
background-color:#def;
line-height:2.5em;
}

#mw-navigation  #mw-head {
background-color:darkred;
}
*/
#footer > #footer-places, #footer > #footer-custom {
display:none;
}