MediaWiki:Common.css: Difference between revisions

From Silbo Networks
No edit summary
No edit summary
Line 3: Line 3:
     width: 100% !important;
     width: 100% !important;
     height: auto
     height: auto
}
.mw-logo-wordmark {
    display: block;
    margin: 0 auto;
    visibility: hidden;
}
}

Revision as of 04:35, 1 July 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;
}