MediaWiki:Common.css: Difference between revisions

From Test Wiki
Content deleted Content added
Removing documentation CSS code, it is now replaced with a module for the documentation template.
Only applying to the Main Page itself, and not its history page.
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.page-Main_Page #maintitle, .page-Main_Page #firstHeading {
.page-Main_Page.action-view #firstHeading {
display: none;
display: none;
}
}