Jump to content

MediaWiki:Common.css: Difference between revisions

From 3DO Development Repo
mNo edit summary
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 */
/* Adjust logo size */
/* Adjust logo size */
.mw-wiki-logo {
.mw-logo-icon {
     width: auto;
     width: auto;
     height: auto;
     height: auto;
}
}

Latest revision as of 21:08, 13 August 2025

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