MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
Eran Hodis (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
/* Don't display some stuff on the main page */ | |||
body.page-Main_Page h1.firstHeading h1.firstHeading { | |||
display: none !important; | |||
} | |||
.editButtons { display: block;} | .editButtons { display: block;} |
Revision as of 01:14, 23 November 2008
/* CSS placed here will affect users of the Monobook skin */ /* Don't display some stuff on the main page */ body.page-Main_Page h1.firstHeading h1.firstHeading { display: none !important; } .editButtons { display: block;}