Difference between revisions of "MediaWiki:Vector.css"

From Mumble Wiki
Jump to: navigation, search
(Created page with "CSS placed here will affect users of the Vector skin: increase Vector sidebar width: div#mw-panel { width: 16em; } div#footer, #mw-head-base, div#content { margin-le...")
 
m
Line 1: Line 1:
 
/* CSS placed here will affect users of the Vector skin */
 
/* CSS placed here will affect users of the Vector skin */
 +
 
/* increase Vector sidebar width */
 
/* increase Vector sidebar width */
div#mw-panel { width: 16em; }
+
#mw-panel { width: 16em; }
div#footer, #mw-head-base, div#content { margin-left: 16em; }
+
#footer, #mw-head-base, #content { margin-left: 16em; }
 
#left-navigation { margin-left: 16em; }
 
#left-navigation { margin-left: 16em; }

Revision as of 18:34, 22 March 2014

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

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