MediaWiki:Geshi.css: Difference between revisions

From AtomicTorchWiki
(Created page with "div.mw-geshi div,pre { //font-family: monospace, "Courier New" !important; font-size:13px; }")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
div.mw-geshi div,pre {
*.mw-geshi,pre {
//font-family: monospace, "Courier New" !important;
font-family: monospace, "Courier New" !important;
font-size:13px;
}
}

Latest revision as of 09:53, 12 February 2014

*.mw-geshi,pre {
	font-family: monospace, "Courier New" !important;
}