MediaWiki:Common.css: Difference between revisions

From Silbo Networks
(Created page with "→‎CSS placed here will be applied to all skins: img.mw-logo-icon { WIDTH: 100% !important; }")
 
No edit summary
Tag: Manual revert
 
(4 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 */
img.mw-logo-icon {
img.mw-logo-icon {
     WIDTH: 100% !important;
     width: 100% !important;
    height: auto
}
 
.mw-logo-wordmark {
    display: block;
    margin: 0 auto;
    visibility: hidden !important;
}
}

Latest revision as of 06:53, 3 September 2024

/* CSS placed here will be applied to all skins */
img.mw-logo-icon {
    width: 100% !important;
    height: auto
}

.mw-logo-wordmark {
    display: block;
    margin: 0 auto;
    visibility: hidden !important;
}