Difference between revisions of "MediaWiki:Vector.css"

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


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

Revision as of 23:14, 1 February 2013

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

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

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