MediaWiki:Geshi.css: Difference between revisions

From wikinotes
No edit summary
 
(No difference)

Latest revision as of 13:15, 25 October 2014

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