MediaWiki:Vector.css: Difference between revisions
Jump to navigation
Jump to search
Created page with "→CSS placed here will affect users of the Vector skin: div#mw-panel div.portal h5 { Font-size: .80em; }" |
mNo edit summary |
||
| Line 1: | Line 1: | ||
/* CSS placed here will affect users of the Vector skin */ | /* CSS placed here will affect users of the Vector skin */ | ||
div#mw-panel div.portal h5 { Font-size: .80em; } | 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: 10.5em; | |||
} | |||
/* needed to keep content border bottom from extending too far left */ | |||
div#footer { | |||
margin-left: 10.5em; | |||
} | |||
#p-logo { | |||
width: 10.5em ; | |||
} | |||
Revision as of 21:23, 10 October 2013
/* 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: 10.5em;
}
/* needed to keep content border bottom from extending too far left */
div#footer {
margin-left: 10.5em;
}
#p-logo {
width: 10.5em ;
}