Difference between revisions of "MediaWiki:Vector.css"

From OpenMBD
Jump to: navigation, search
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 */
 
 
div#mw-panel { width: 18em; }
 
div#mw-panel { width: 18em; }
div#footer { margin-left: 20em; }
+
div#footer, #mw-head-base, div#content { margin-left: 18em; }
#mw-head-base { margin-left: 10em; }
+
#left-navigation { margin-left: 18em; }
div#content { margin-left: 20em; }
 
#left-navigation { margin-left: 20em; }
 

Revision as of 10:12, 24 March 2017

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

div#mw-panel { width: 18em; }
div#footer, #mw-head-base, div#content { margin-left: 18em; }
#left-navigation { margin-left: 18em; }