Difference between revisions of "MediaWiki:Geshi.css"

From Project X Wiki
Jump to: navigation, search
(Created page with "CSS placed here will be applied to GeSHi syntax highlighting: font-size: 12px;")
 
Line 1: Line 1:
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
 
/* CSS placed here will be applied to GeSHi syntax highlighting */
font-size: 12px;
+
pre.mw-geshi {
 +
  font-size: 12px;  
 +
}

Revision as of 17:15, 20 January 2012

/* CSS placed here will be applied to GeSHi syntax highlighting */
pre.mw-geshi {
  font-size: 12px; 
}