Difference between revisions of "MediaWiki:Geshi.css"
m (Fixed missing semicolon) |
m (Changes values to pixel as em wont work) |
||
Line 6: | Line 6: | ||
border: 1px dashed #2f6fab; | border: 1px dashed #2f6fab; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
− | font-size: | + | font-size: 12.8px; |
− | line-height: | + | line-height: 16.6333em; |
} | } |
Latest revision as of 17:16, 23 August 2012
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px dashed #2f6fab;
background-color: #f9f9f9;
font-size: 12.8px;
line-height: 16.6333em;
}