MediaWiki:Vector.css: Difference between revisions
(Replaced content with "→CSS placed here will affect users of the Vector skin: ") |
No edit summary |
||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
#content, | |||
#footer { | |||
margin-left: 11em; | |||
} | |||
#left-navigation { | |||
left: 11em; | |||
} |
Revision as of 20:04, 9 January 2016
/* CSS placed here will affect users of the Vector skin */
#content,
#footer {
margin-left: 11em;
}
#left-navigation {
left: 11em;
}