Difference between revisions of "MediaWiki:Common.css"
From Publication Station
(Created page with "→CSS placed here will be applied to all skins: div#mw-page-base{ background: black; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
div#mw-page-base{ | div#mw-page-base, div#mw-navigation{ | ||
background: black; | background: black; | ||
} | } |