Difference between revisions of "MediaWiki:Geshi.css"

From bwHPC Wiki
Jump to: navigation, search
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 
div.mw-geshi div,pre {
 
div.mw-geshi div,pre {
font-family: monospace, !important;
+
font-family: monospace;
 
font-size:11px;
 
font-size:11px;
 
}
 
}

Revision as of 18:23, 2 September 2015

/* CSS placed here will be applied to all skins */
div.mw-geshi div,pre {
 font-family: monospace;
 font-size:11px;
}