Jump to content

MediaWiki:Common.css: Difference between revisions

From 3DO Development Repo
mNo edit summary
mNo edit summary
Line 2: Line 2:
/* Adjust logo size */
/* Adjust logo size */
.mw-wiki-logo {
.mw-wiki-logo {
     width: auto !important;
     width: auto;
     height: auto !important;
     height: auto;
}
}

Revision as of 21:07, 13 August 2025

/* CSS placed here will be applied to all skins */
/* Adjust logo size */
.mw-wiki-logo {
    width: auto;
    height: auto;
}