MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will be applied to all skins: #mw-panel { display: none !important; }" |
No edit summary |
||
Line 1: | Line 1: | ||
/* | /* Hide the sidebar */ | ||
#mw-panel { | #mw-panel { | ||
display: none | display: none; | ||
} | |||
/* Adjust content width */ | |||
#content { | |||
margin-left: 0; | |||
} | } |