MediaWiki:Common.css: Difference between revisions
mNo edit summary |
No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.op-section-title { | |||
color: #202122; | |||
font-size: 1.5em; | |||
font-weight: normal; | |||
border-bottom: 1px solid #a2a9b1; | |||
margin-top: 1.2em; | |||
margin-bottom: 0.4em; | |||
padding-bottom: 0.2em; | |||
} | |||