Difference between revisions of "MediaWiki:Common.css"

From NEStalgia
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
/* Remove the header from the main page */
 +
body.page-Main_Page.action-view h1.firstHeading {
 +
    display: none
 +
}

Revision as of 21:23, 12 June 2012

/* CSS placed here will be applied to all skins */

/* Remove the header from the main page */
body.page-Main_Page.action-view h1.firstHeading {
    display: none
}