MediaWiki:Geshi.css: Difference between revisions

From Openrtk
Jump to navigation Jump to search
(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 14:21, 17 November 2014

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