MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
m
no edit summary
mNo edit summary |
mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
h3 { | .mw-body h3 { | ||
text-indent: 10px; | text-indent: 10px; | ||
font-size: 1.0em; | |||
} | |||
.mw-body h4 { | |||
text-indent: 20px; | |||
font-size: 1.0em; | |||
} | } |