Difference between revisions of "MediaWiki:Geshi.css"

From Tauwasser's Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to GeSHi syntax highlighting: *.mw-geshi, pre { font-family: monospace, Consolas; }")
 
Line 2: Line 2:
 
*.mw-geshi,
 
*.mw-geshi,
 
pre {
 
pre {
font-family: monospace, Consolas;
+
font-family: monospace, "Courier New" !important;
 
}
 
}

Revision as of 02:52, 27 May 2015

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