MediaWiki:Geshi.css: Difference between revisions

From CASA Guides
Jump to navigationJump to search
No edit summary
No edit summary
Line 2: Line 2:




pre, source-python {
div.mw-geshi {
     background-color: #ffe4b5;
     background-color: #ffe4b5;
    border: 1px dashed #2f6fab;
}
}

Revision as of 17:27, 31 May 2012

/* CSS placed here will be applied to GeSHi syntax highlighting */


div.mw-geshi {
    background-color: #ffe4b5;
    border: 1px dashed #2f6fab;
}