Difference between revisions of "MediaWiki:Geshi.css"

(Created page with "→‎CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:13px; }")
(No difference)

Revision as of 13:45, 16 August 2016

/* CSS placed here will be applied to GeSHi syntax highlighting */
 
div.mw-geshi div,pre {
 font-family: monospace, "Courier New" !important;
 font-size:13px;
}
Last modified on 16 August 2016, at 13:45