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 {
pre, source-python {
     background-color: #ffe4b5;
     background-color: #ffe4b5;
}
}

Revision as of 13:19, 31 May 2012

1 /* CSS placed here will be applied to GeSHi syntax highlighting */
2 
3 
4 pre, source-python {
5     background-color: #ffe4b5;
6 }