Difference between revisions of "MediaWiki:Geshi.css"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
div.mw-geshi div pre, | div.mw-geshi div pre, | ||
span.mw-geshi, | span.mw-geshi, | ||
− | pre. | + | pre.mw-geshi { |
− | |||
− | |||
font-family: monospace, "Courier New" !important; | font-family: monospace, "Courier New" !important; | ||
} | } |
Latest revision as of 15:16, 28 March 2012
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi div
div.mw-geshi div pre,
span.mw-geshi,
pre.mw-geshi {
font-family: monospace, "Courier New" !important;
}