Difference between revisions of "MediaWiki:Geshi.css"

From Emagtech Wiki
Jump to: navigation, search
(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:13px; }")
 
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
 
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:1.1em;
 +
line-height:0.9em;
 
}
 
}

Latest revision as of 13:49, 16 August 2016

/* CSS placed here will be applied to GeSHi syntax highlighting */
 
div.mw-geshi div,pre {
 font-family: monospace, "Courier New" !important;
 font-size:1.1em;
 line-height:0.9em;
}