MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
m removed style that was duped in Common.css |
m make sidebar headers bolder |
||
| Line 14: | Line 14: | ||
#p-logo { | #p-logo { | ||
width: 11em; | width: 11em; | ||
} | |||
/* to give headers greater distinction -- default is grayer */ | |||
div#mw-panel.noprint.collapsible-nav .portal.expanded h5 a { | |||
font-weight: 600; | |||
} | } | ||
Revision as of 21:19, 2 June 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;
}
/* to give headers greater distinction -- default is grayer */
div#mw-panel.noprint.collapsible-nav .portal.expanded h5 a {
font-weight: 600;
}