MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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; }