MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
Line 2: | Line 2: | ||
h3 { | h3 { | ||
text-indent: 10px; | text-indent: 10px; | ||
font-size: 1.0em; | |||
} | |||
h4 { | |||
text-indent: 20px; | |||
font-size: 1.0em; | |||
} | } |
Revision as of 02:12, 18 October 2016
/* CSS placed here will be applied to all skins */ h3 { text-indent: 10px; font-size: 1.0em; } h4 { text-indent: 20px; font-size: 1.0em; }