MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m removed style that was duped in Common.css |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
/* needed to keep content border top from extending too far left */ | /* needed to keep content border top from extending too far left */ | ||
Revision as of 14:23, 27 February 2014
/* CSS placed here will affect users of the Vector skin */
/* needed to keep content border top from extending too far left */
div#mw-head-base {
margin-left: 11em;
}
/* needed to keep content border bottom from extending too far left */
div#footer {
margin-left: 11em;
}
#p-logo {
width: 11em;
}