MediaWiki:Geshi.css: Difference between revisions

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

Latest revision as of 10:26, 13 June 2012

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