MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will affect users of the Vector skin: body { background-color: #fff; }" |
No edit summary |
||
| Line 2: | Line 2: | ||
body { | body { | ||
background-color: #fff; | background-color: #fff; | ||
} | |||
#mw-page-base { | |||
background-image: none; | |||
} | } | ||
Revision as of 14:31, 11 June 2015
/* CSS placed here will affect users of the Vector skin */
body {
background-color: #fff;
}
#mw-page-base {
background-image: none;
}