MediaWiki:Common.css: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
width: auto !important; | width: auto !important; | ||
height: auto !important; | height: auto !important; | ||
max-height: | max-height: 100px; | ||
} | } | ||
Revision as of 11:09, 16 April 2025
/* CSS placed here will be applied to all skins */ /* Set a custom size for the logo image */ .mw-logo-icon { width: auto !important; height: auto !important; max-height: 100px; } .mw-logo-container{ display:none; }