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