Difference between revisions of "MediaWiki: MonoBook.css"
From PAWS Lab
(Created page with "→CSS placed here will affect users of the MonoBook skin: body{ background-image: none; } #globalWrapper{ background-image: none; }") |
|||
| Line 2: | Line 2: | ||
body{ | body{ | ||
| − | background-image: none; | + | background-image: none !important; |
} | } | ||
#globalWrapper{ | #globalWrapper{ | ||
| − | background-image: none; | + | background-image: none !important; |
} | } | ||
Revision as of 00:59, 14 January 2019
/* CSS placed here will affect users of the MonoBook skin */
body{
background-image: none !important;
}
#globalWrapper{
background-image: none !important;
}
