MediaWiki:Common.css: Difference between revisions

Fixing logo display size
 
Cleaning up double CSS entries
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
/* Fix logo size to ensure it is fully visible */
.mw-wiki-logo {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}


/* Fix logo size to ensure it is fully visible */
/* Fix logo size to ensure it is fully visible */