Difference between revisions of "MediaWiki:Vector.css"

From SimCity Wiki
Jump to: navigation, 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: 12e...")
(No difference)

Revision as of 06:34, 14 August 2013

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