MediaWiki:Geshi.css: Difference between revisions

From CASA Guides
Jump to navigationJump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:




pre {
div.mw-geshi {
     background-color: #ffe4b5;
     background-color: #ffe4b5;
}
}

Latest revision as of 10:24, 13 June 2012

1 /* CSS placed here will be applied to GeSHi syntax highlighting */
2 
3 
4 div.mw-geshi {
5     background-color: #ffe4b5;
6 
7 }