Difference between revisions of "MediaWiki:Vector.css"

From Harridanic
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the Vector skin: div#mw-panel {width:12em;} div#footer, #mw-head-base, div#content {margin-left: 12em;} #left-navigation {left: 12em;}")
 
Line 3: Line 3:
 
div#footer, #mw-head-base, div#content {margin-left: 12em;}
 
div#footer, #mw-head-base, div#content {margin-left: 12em;}
 
#left-navigation {left: 12em;}
 
#left-navigation {left: 12em;}
 +
 +
 +
/*  https://www.mediawiki.org/wiki/Extension:Google_AdSense_2 &*/
 +
#content, #footer { margin-left: 11em; }
 +
#left-navigation  { left: 11em; }

Revision as of 15:37, 16 June 2014

/* CSS placed here will affect users of the Vector skin */
div#mw-panel {width:12em;}
div#footer, #mw-head-base, div#content {margin-left: 12em;}
#left-navigation {left: 12em;}


/*  https://www.mediawiki.org/wiki/Extension:Google_AdSense_2 &*/
#content, #footer { margin-left: 11em; }
#left-navigation  { left: 11em; }