Difference between revisions of "MediaWiki:Geshi.css"

From vwiki
Jump to navigation Jump to search
(a)
(Bigger syntax)
Line 2: Line 2:


div.mw-geshi {
div.mw-geshi {
  font-size: 1.2em;
  font-size: 1.4em;
}
}

Revision as of 21:30, 16 November 2011

/* CSS placed here will be applied to GeSHi syntax highlighting */

div.mw-geshi {
 font-size: 1.4em;
}