Difference between revisions of "MediaWiki:Vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: #left-navigation { margin-left: 1em !important; } div#mw-panel { display: none; }") |
|||
Line 9: | Line 9: | ||
{ | { | ||
display: none; | display: none; | ||
+ | } | ||
+ | |||
+ | #content { | ||
+ | margin-left: 1em; | ||
} | } |
Revision as of 14:27, 11 July 2018
/* CSS placed here will affect users of the Vector skin */ #left-navigation { margin-left: 1em !important; } div#mw-panel { display: none; } #content { margin-left: 1em; }