(Created page with "CSS placed here will be applied to GeSHi syntax highlighting: div.mw-geshi div,pre { font-family: monospace, "Courier New" !important; font-size:14px; }")
 
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:14px;
+
  font-size:15px;
 
}
 
}

Revision as of 18:16, 22 October 2013

  1. /* CSS placed here will be applied to GeSHi syntax highlighting */
  2. div.mw-geshi div,pre {
  3. font-family: monospace, "Courier New" !important;
  4. font-size:15px;
  5. }