MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
} | } | ||
#footer-icons | #footer-icons a { | ||
vertical-align: bottom; | vertical-align: bottom; | ||
width: auto; | width: auto; | ||
} | } |
Revision as of 13:56, 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; }