Difference between revisions of "MediaWiki:Geshi.css"

From bwHPC Wiki
Jump to: navigation, search
Line 2: Line 2:
 
div.mw-geshi div,pre {
 
div.mw-geshi div,pre {
 
font-family: monospace, "Courier New" !important;
 
font-family: monospace, "Courier New" !important;
font-size:13px;
+
font-size:12px;
 
}
 
}

Revision as of 18:20, 2 September 2015

/* CSS placed here will be applied to all skins */
div.mw-geshi div,pre {
 font-family: monospace, "Courier New" !important;
 font-size:12px;
}