Difference between revisions of "MediaWiki:Vector.css"

From Mumble Wiki
Jump to: navigation, search
(increase width of sidebar)
Line 2: Line 2:
  
 
/* increase Vector sidebar width */
 
/* increase Vector sidebar width */
div#mw-panel { width: 16em; }
+
div#mw-panel { width: 13em; }
div#footer, #mw-head-base, div#content { margin-left: 16em; }
+
div#footer, #mw-head-base, div#content { margin-left: 13em; }
#left-navigation { margin-left: 16em; }
+
#left-navigation { margin-left: 13em; }

Revision as of 00:33, 30 May 2014

/* CSS placed here will affect users of the Vector skin */

/* increase Vector sidebar width */
div#mw-panel { width: 13em; }
div#footer, #mw-head-base, div#content { margin-left: 13em; }
#left-navigation { margin-left: 13em; }