Difference between revisions of "MediaWiki:Vector.css"

From coraldigest
Jump to: navigation, search
Line 2: Line 2:


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


#p-logo a {
#p-logo a {
width: 162px;
width: 168px;
)
)

Revision as of 23:15, 1 February 2013

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

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

#p-logo a {
width: 168px;
)