MediaWiki:Vector.css: Difference between revisions

From The Blockheads Wiki
>MintYogi
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎increase Vector sidebar width: div#mw-panel { width: 12em; } div#footer, #mw-head-base, div#content { margin-le...")
(No difference)

Revision as of 22:34, 11 October 2013

/* CSS placed here will affect users of the Vector skin */
/* increase Vector sidebar width */
div#mw-panel { width: 12em; }
div#footer, #mw-head-base, div#content { margin-left: 12em; }
#left-navigation { left: 12em; }