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 edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to GeSHi syntax highlighting */
/* CSS placed here will be applied to GeSHi syntax highlighting */


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


    background: #ffe4b5;
}
}

Latest revision as of 14:24, 13 June 2012

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


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

}