Difference between revisions of "MediaWiki:Geshi.css"

From bwHPC Wiki
Jump to: navigation, search
Line 8: Line 8:
 
font-family: monospace, Courier !important;
 
font-family: monospace, Courier !important;
 
}
 
}
bash.source-bash {font-family: monospace, Courier !important;}
+
.source-bash {font-family: monospace, Courier !important;}

Revision as of 18:07, 2 September 2015

/* CSS placed here will be applied to all skins */
div.mw-geshi div
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-bash {
  font-family: monospace, Courier !important;
}
.source-bash {font-family: monospace, Courier !important;}