Difference between revisions of "MediaWiki:Common.css"

From DAVE Developer's Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to all skins: pre.termina-output { font-family: monospace, "Courier New" !important; color:red; background:blue; }")
(No difference)

Revision as of 09:03, 2 May 2012

/* CSS placed here will be applied to all skins */

pre.termina-output {
	font-family: monospace, "Courier New" !important;
	color:red;
	background:blue;
}