MediaWiki:Common.css: Difference between revisions

From CBBWiki
Jump to navigation Jump to search
Created page with "Prevent the sidebar logo from zooming or overflowing: .mw-wiki-logo { max-width: 135px !important; max-height: 135px !important; height: auto !important; width: auto !important; }"
 
Blanked the page
 
Line 1: Line 1:
/* Prevent the sidebar logo from zooming or overflowing */
 
.mw-wiki-logo {
    max-width: 135px !important;
    max-height: 135px !important;
    height: auto !important;
    width: auto !important;
}

Latest revision as of 20:24, 2 June 2026