MediaWiki:Common.css: Difference between revisions
Schang1146 (talk | contribs) Better fallback options and spacing |
No edit summary Tag: Reverted |
||
Line 340: | Line 340: | ||
max-width: 100%; | max-width: 100%; | ||
height: auto; | height: auto; | ||
} | |||
/* Force wide layout for everyone */ | |||
body.skin-vector { | |||
max-width: none !important; | |||
width: 100% !important; | |||
} | |||
.vector-compact .mw-body { | |||
max-width: none !important; | |||
width: 100% !important; | |||
} | |||
#vectorToggleCompact { | |||
display: none !important; | |||
} | } |