Difference between revisions of "MediaWiki:Geshi.css"

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


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

Revision as of 18:25, 16 November 2011

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

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