MediaWiki: Common.css: Difference between revisions

From The Rapid City Punk Rock Archive
Jump to: navigation, search
(New page: →‎CSS placed here will be applied to all skins: h1.firstHeading { →‎remove Main Page title: display: none !important; })
 
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
h1.firstHeading { /* remove Main Page title */
body.page-Main_Page #siteSub,
display: none !important;
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
    display: none !important;
}
}

Revision as of 11:58, 24 December 2008

/* CSS placed here will be applied to all skins */
body.page-Main_Page #siteSub, 
body.page-Main_Page #contentSub, 
body.page-Main_Page h1.firstHeading {
    display: none !important;
}