MediaWiki:Vector.css: Difference between revisions
(Created page with "→All CSS here will be loaded for users of the Vector skin: .mw-logo-icon { width: 100%; height: auto } .mw-logo-container { display: none }") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* All CSS here will be loaded for users of the Vector skin */ | /* All CSS here will be loaded for users of the Vector skin */ | ||
.mw-logo-icon { width: 100%; height: auto } | .mw-logo-icon { width: 100% !important; height: auto !important } | ||
.mw-logo-container { display: none } | .mw-logo-container, | ||
.mw-logo-wordmark { display: none !important } | |||
.test { } |
Latest revision as of 17:48, 19 August 2024
/* All CSS here will be loaded for users of the Vector skin */ .mw-logo-icon { width: 100% !important; height: auto !important } .mw-logo-container, .mw-logo-wordmark { display: none !important } .test { }