Difference between revisions of "MediaWiki:Common.css"
(reset font-size to a bigger type) |
(added subtle top border) |
||
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 { font-size: 130%; padding-top: | + | body.page-Main_Page h6 { font-size: 130%; padding-top: 2em; margin-top: 1em; border-top: 1px solid #ddd; } |
Revision as of 14:37, 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 { font-size: 130%; padding-top: 2em; margin-top: 1em; border-top: 1px solid #ddd; }