From randallwiggins
Jump to: navigation, search
Line 2: Line 2:
 
body {
 
body {
 
background-color:#def;
 
background-color:#def;
line-height:2.5em;
 
 
}
 
}
  
Line 11: Line 10:
 
#footer > #footer-places, #footer > #footer-custom {
 
#footer > #footer-places, #footer > #footer-custom {
 
display:none;
 
display:none;
 +
}
 +
#contentwrapper {
 +
line-height:2.5em;
 
}
 
}

Revision as of 23:14, 18 June 2018

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

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