Difference between revisions of "MediaWiki:Common.css"

From PaparazziUAV
Jump to navigation Jump to search
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 #lastmod,
 
body.page-Main_Page #siteSub,
body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page #contentSub,
body.page-Main_Page h1.firstHeading {
    display: none !important;
}

Revision as of 09:17, 31 March 2009

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

/* Don't display some stuff on the main page */

body.page-Main_Page h1.firstHeading { display:none; }