From randallwiggins
Jump to: navigation, search
Line 8: Line 8:
 
*/
 
*/
 
#footer > #footer-places {
 
#footer > #footer-places {
 +
display:none;
 +
}
 +
#footer > #footer-custom {
 
display:none;
 
display:none;
 
}
 
}

Revision as of 03:55, 17 June 2018

/* CSS placed here will be applied to all skins 
body {
background-color:#def;
}
#mw-navigation  #mw-head {
background-color:red;
}
*/
#footer > #footer-places {
display:none;
}
#footer > #footer-custom {
display:none;
}