MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h1 { | h1 { | ||
margin-top: 30px; | margin-top: 30px; | ||
padding-bottom:10px; | |||
} | } | ||
h2 { | h2 { | ||
margin-top: 15px; | margin-top: 15px; | ||
padding-bottom: 10px; | |||
} | } | ||
Revision as of 00:36, 19 March 2016
/* CSS placed here will be applied to all skins */ h1 { margin-top: 30px; padding-bottom:10px; } h2 { margin-top: 15px; padding-bottom: 10px; } img { padding-top: 15px; padding-bottom: 15px; }