Difference between revisions of "MediaWiki:Geshi.css"
m (Fix syntax error so that padding actually makes things readable) |
m (Don't make the code blocks unreasonable huge.) |
||
Line 2: | Line 2: | ||
div.mw-geshi { | div.mw-geshi { | ||
− | font-size: 1. | + | font-size: 1.25em; |
padding: 1em; | padding: 1em; | ||
margin: 1em 0; | margin: 1em 0; |
Latest revision as of 00:37, 28 July 2011
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
font-size: 1.25em;
padding: 1em;
margin: 1em 0;
max-height: 20em;
overflow: auto;
border: 1px dashed #2f6fab;
}