MediaWiki:Monobook.css
From Proteopedia
(Difference between revisions)
Line 2: | Line 2: | ||
/* Don't display some stuff on the main page */ | /* Don't display some stuff on the main page */ | ||
- | body.page-Main_Page | + | body.page-Main_Page h1.firstHeading { |
display: none !important; | display: none !important; | ||
} | } |
Revision as of 22:15, 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 {
display: none !important;
}
.editButtons { display: block;}