Difference between revisions of "MediaWiki:Common.css"

From D Wiki
Jump to: navigation, search
(Nicer code font)
(No difference)

Revision as of 14:40, 22 November 2012

/* CSS placed here will be applied to all skins */
.mw-geshi > div {
	font-family: inherit;
}

code {
	font-family: Consolas, monospace;
	font-size: 14px;
}