MediaWiki:Common.css: Difference between revisions
From TerGoPedia
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.container b { | .container b { | ||
color: #11b5ac } | color: #11b5ac; | ||
font-size: 12px; | |||
} | |||
.container p { | .container p { | ||
margin-bottom: 5px; | margin-bottom: 5px; | ||
} | } |
Revision as of 11:28, 30 June 2022
/* CSS placed here will be applied to all skins */ .container b { color: #11b5ac; font-size: 12px; } .container p { margin-bottom: 5px; }