Difference between revisions of "MediaWiki:Geshi.css"

From TSG Doc
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:1.0em; }")
(No difference)

Revision as of 12:26, 28 April 2015

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