MediaWiki:Common.css: Difference between revisions

From Silbo Networks
No edit summary
No edit summary
Tag: Manual revert
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
     width: 100% !important;
     width: 100% !important;
     height: auto
     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;
}