Difference between revisions of "MediaWiki:Geshi.css"

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


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

Revision as of 18:24, 16 November 2011

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

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