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
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
}
}

Revision as of 13:03, 28 June 2024

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