MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* ===== MAIN PAGE LAYOUT ===== */ | /* ===== MAIN PAGE LAYOUT ===== */ | ||
/* hides left panel on main page */ | /* hides left panel on main page */ | ||
body.page-Main_Page #mw-panel { | body.page-Main_Page #mw-panel { | ||
| Line 12: | Line 11: | ||
margin-left: 0 !important; | margin-left: 0 !important; | ||
} | } | ||
.mw-logo-icon | |||
width: | .mw-logo .mw-logo-icon { | ||
width: 28px !important; /* your preferred width */ | |||
height: auto !important; /* maintain proportions */ | height: auto !important; /* maintain proportions */ | ||
} | } | ||