Difference between revisions of "MediaWiki:Geshi.css"

From bwHPC Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to GeSHi syntax highlighting: source { font-size:1.1em; }")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
source {
 
source {
font-size:1.1em;
+
font-size:1.6em;
 
}
 
}

Revision as of 11:45, 29 January 2014

/* CSS placed here will be applied to GeSHi syntax highlighting */
source {
  font-size:1.6em;
}