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; }")
(No difference)

Revision as of 02:50, 27 May 2015

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