MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
m nudge content to right b/c sidebar border extended too far to right |
mNo edit summary |
||
| Line 15: | Line 15: | ||
#p-logo { | #p-logo { | ||
width: 11em ; | width: 11em; | ||
} | } | ||
Revision as of 01:17, 11 February 2014
/* CSS placed here will affect users of the Vector skin */
div#mw-panel div.portal h5 {
Font-size: .80em;
}
/* 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;
}