Difference between revisions of "MediaWiki:Common.css"

From Emagtech Wiki
Jump to: navigation, search
(Created page with "/* CSS placed here will be applied to all skins */ CSS placed here will be applied to all skins: .mw-highlight pre { font-size: 1em; }")
 
Line 3: Line 3:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
.mw-highlight pre {
 
.mw-highlight pre {
font-size: 1em;
+
font-size: 1.5em;
 
}
 
}

Revision as of 13:37, 16 August 2016

/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
.mw-highlight pre {
	font-size: 1.5em;
}