Difference between revisions of "MediaWiki:Common.css"
(testing to hide the main title) |
(added h6 padding for use in featured page transclusion headers) |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
body.page-Main_Page h1.firstHeading { display: none; } | body.page-Main_Page h1.firstHeading { display: none; } | ||
+ | body.page-Main_Page h6 { padding-top: 3em; } |
Revision as of 14:30, 18 November 2014
/* CSS placed here will be applied to all skins */ body.page-Main_Page h1.firstHeading { display: none; } body.page-Main_Page h6 { padding-top: 3em; }