Difference between revisions of "MediaWiki:Common.css"

From D Wiki
Jump to: navigation, search
(Nicer code font)
 
(Take 2)
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
.mw-geshi > div {
 
.mw-geshi > div {
font-family: inherit;
+
font-family: inherit !important;
 
}
 
}
  

Revision as of 14:40, 22 November 2012

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

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