Difference between revisions of "MediaWiki:Common.css"

From SEBoK
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: #ca-talk { display: none !important; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
#ca-talk { display: none !important; }
 
#ca-talk { display: none !important; }
 +
body.page h1.firstHeading { display:none; }

Revision as of 01:57, 3 May 2012

/* CSS placed here will be applied to all skins */
#ca-talk { display: none !important; }
body.page h1.firstHeading { display:none; }