MediaWiki:Vector.css: Difference between revisions

From gDams Ngag mDzod
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: →‎increase Vector sidebar width: div#mw-panel { width: 12em; } div#footer, #mw-head-base, div#content { margin-...")
 
No edit summary
Line 3: Line 3:


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

Revision as of 19:40, 7 January 2015

/* 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; }