MediaWiki:Common.css: Difference between revisions
(Created page with "→CSS placed here will be applied to all skins: h1 { font-family: sans-serif; }") |
No edit summary |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; } | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h1 { | .mw-headline, .firstHeading, .mw-body h1, .mw-body h2 { | ||
font-family: | font-family: Sans-Serif; | ||
} | } | ||