MediaWiki:Geshi.css: Difference between revisions

From CASA Guides
Jump to navigationJump to search
(Created page with '→‎CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi { background: #ffe4b5; }')
(No difference)

Revision as of 14:42, 5 August 2010

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