MediaWiki:Monobook.css
From Proteopedia
(Difference between revisions)
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 22:14, 22 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;}