MediaWiki:Common.css: Difference between revisions
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; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
/* Hide the main title */ | /* Hide the main title */ | ||
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; }