Difference between revisions of "MediaWiki:Common.css"

From NEStalgia
Jump to: navigation, search
Line 5: Line 5:
 
     display: none
 
     display: none
 
}
 
}
 +
.tocnumber { display: none; }

Revision as of 00:12, 3 July 2012

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

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