Difference between revisions of "MediaWiki:Geshi.css"
From ADF Docs
(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; }') |
(No difference)
|
Revision as of 02:06, 30 March 2010
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
padding: 1em;
margin: 1em 0;
border: 1px dashed #2f6fab;
}