Difference between revisions of "MediaWiki:Vector.css"

From OpenMBD
Jump to: navigation, search
Line 2: Line 2:
  
 
/* increase Vector sidebar width */
 
/* increase Vector sidebar width */
div#mw-panel { width: 20em; }
+
div#mw-panel { width: 25em; }
div#footer, #mw-head-base, div#content { margin-left: 20em; }
+
div#footer, #mw-head-base, div#content { margin-left: 25em; }
#left-navigation { margin-left: 20em; }
+
#left-navigation { margin-left: 25em; }

Revision as of 09:18, 24 March 2017

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

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