MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 23: | Line 23: | ||
vertical-align: bottom; | vertical-align: bottom; | ||
width: auto; | width: auto; | ||
margin-left: 5px; | |||
} | } |
Latest revision as of 13:59, 14 September 2025
/* CSS placed here will be applied to all skins */ /* Rounded */ .rounded5 { border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px; -icab-border-radius: 5px; -o-border-radius: 5px; } .rounded10 { border-radius: 10px; -moz-border-radius: 10px; -webkit-border-radius: 10px; -khtml-border-radius: 10px; -icab-border-radius: 10px; -o-border-radius: 10px; } #footer-icons a { vertical-align: bottom; width: auto; margin-left: 5px; }