MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
(Created page with "→All CSS here will be loaded for users of the Vector skin: #content { margin-left: 16em; } #left-navigation { margin-left: 16em; }") |
No edit summary |
||
Line 2: | Line 2: | ||
#content { | #content { | ||
margin-left: 16em; | margin-left: 16em !important; | ||
} | } | ||
#left-navigation { | #left-navigation { | ||
margin-left: 16em; | margin-left: 16em !important; | ||
} | } |
Revision as of 16:22, 31 December 2023
/* All CSS here will be loaded for users of the Vector skin */ #content { margin-left: 16em !important; } #left-navigation { margin-left: 16em !important; }