Difference between revisions of "MediaWiki:Common.css"

From Gestinux Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: →‎Hide the main title: body.page-Main_Page h1.firstHeading { display:none; }")
 
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; }