Difference between revisions of "MediaWiki:Common.css"
From NEStalgia
| Line 2: | Line 2: | ||
/* Remove the header from the main page */ | /* Remove the header from the main page */ | ||
| − | body.page-Main_Page | + | body.page-Main_Page h1.firstHeading { |
display: none | display: none | ||
} | } | ||
Revision as of 20:31, 12 June 2012
/* CSS placed here will be applied to all skins */
/* Remove the header from the main page */
body.page-Main_Page h1.firstHeading {
display: none
}