MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
} | } | ||
.mw-panel { | |||
width: | width: 220px; /* default is ~160px, adjust as needed */ | ||
} | |||
/* Adjust content area to not overlap */ | |||
#content { | |||
margin-left: 240px; /* must be >= sidebar width */ | |||
} | } |