MediaWiki:Vector.css: Difference between revisions

From NiFDB
Jump to navigation Jump to search
(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 edit summary
 
(One intermediate revision by the same user not shown)
(No difference)

Latest revision as of 12:16, 2 November 2015

/* 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 { margin-left: 12em; }