Difference between revisions of "MediaWiki:Vector.css"

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

Revision as of 18:55, 22 March 2014

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

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