MediaWiki:Monobook.css: Difference between revisions
Eran Hodis (talk | contribs) No edit summary |
Eran Hodis (talk | contribs) No edit summary |
||
Line 3: | Line 3: | ||
/* Don't display some stuff on the main page */ | /* Don't display some stuff on the main page */ | ||
body.page-Main_Page h1.firstHeading { | body.page-Main_Page h1.firstHeading { | ||
display: none !important; | |||
} | |||
/* Don't display some stuff on the development main page */ | |||
body.page-Proteopedia:Main_page_develop h1.firstHeading { | |||
display: none !important; | display: none !important; | ||
} | } |