Difference between revisions of "MediaWiki:Common.css"
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; }") |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
/* Hide the main title */ | /* Hide the main title */ | ||
| − | + | /*h1.firstHeading { display:none; }*/ | |
| + | |||
| + | /* Hide Talk tab */ | ||
| + | #ca-talk { display:none!important; } | ||
Latest revision as of 18:48, 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; }