Difference between revisions of "MediaWiki:Geshi.css"
Ryan Rawdon (talk | contribs) (Created page with "→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; }") |
m (Changes values to pixel as em wont work) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 6: | Line 6: | ||
border: 1px dashed #2f6fab; | border: 1px dashed #2f6fab; | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
+ | font-size: 12.8px; | ||
+ | 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;
}