Difference between revisions of "MediaWiki:Vector.css"
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
#bodyContent h2 { | #bodyContent h2 { | ||
− | margin-top: . | + | margin-top: .7em; |
} | } |
Revision as of 20:26, 7 May 2014
/* CSS placed here will affect users of the Vector skin */
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px dashed #2f6fab;
}
#bodyContent h2 {
margin-top: .7em;
}