Difference between revisions of "MediaWiki:Vector.css"
From Futuro De La Humanidad
(Created page with "→CSS placed here will affect users of the Vector skin: →increase Vector sidebar width: div#mw-panel { width: 14em; } div#footer, #mw-head-base, div#content { margin-le...") |
(No difference)
|
Revision as of 15:13, 5 September 2013
/* CSS placed here will affect users of the Vector skin */ /* increase Vector sidebar width */ div#mw-panel { width: 14em; } div#footer, #mw-head-base, div#content { margin-left: 14em; } #left-navigation { left: 14em; }