MediaWiki:Common.css: Difference between revisions

From Gestinux Wiki
Jump to navigation Jump to search
Tintinux (talk | contribs)
Created page with "CSS placed here will be applied to all skins: Hide the main title: body.page-Main_Page h1.firstHeading { display:none; }"
 
Tintinux (talk | contribs)
No edit summary
Line 2: Line 2:


/* Hide the main title */
/* Hide the main title */
body.page-Main_Page h1.firstHeading { display:none; }
h1.firstHeading { display:none; }

Revision as of 18:17, 12 January 2013

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

/* Hide the main title */
h1.firstHeading { display:none; }