MediaWiki:Monobook.css: Difference between revisions
Jump to navigation
Jump to search
m remove sidebar widen stuff |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Monobook skin */ | /* CSS placed here will affect users of the Monobook skin */ | ||
body { background: #f0f0f0; } | body { background: #f0f0f0; } | ||
/* widens sidebar boxes a tiny bit */ | |||
.portlet { | |||
width: 11.75em; | |||
} | |||
Revision as of 02:04, 11 September 2013
/* CSS placed here will affect users of the Monobook skin */
body { background: #f0f0f0; }
/* widens sidebar boxes a tiny bit */
.portlet {
width: 11.75em;
}