Difference between revisions of "MediaWiki:Vector.css"
(Created page with "→CSS placed here will affect users of the Vector skin: #toc, .toc { float:left; margin-right: .5em; }") |
|||
Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
#toc, .toc { | #toc, .toc { | ||
− | float: | + | float:right; |
margin-right: .5em; | margin-right: .5em; | ||
} | } |
Revision as of 15:49, 11 March 2014
/* CSS placed here will affect users of the Vector skin */ #toc, .toc { float:right; margin-right: .5em; }