Difference between revisions of "MediaWiki:Common.css"

From Gestinux Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
/* Hide the main title */
 
/* Hide the main title */
 
h1.firstHeading { display:none; }
 
h1.firstHeading { display:none; }
 +
 +
/* Hide Talk tab */
 +
#ca-talk { display:none!important; }

Revision as of 18:28, 12 January 2013

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

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

/* Hide Talk tab */
#ca-talk { display:none!important; }