MediaWiki:Common.css: Difference between revisions
Appearance
Created page with "→CSS placed here will be applied to all skins: →Adjust logo size: .mw-wiki-logo { width: auto !important; height: 50px !important; } →For Vector 2022: .vector-logo { max-width: 200px; height: auto; }" |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
/* Adjust logo size */ | /* Adjust logo size */ | ||
.mw- | .mw-logo-icon { | ||
width: auto | width: auto; | ||
height: auto; | height: auto; | ||
} | } |