MediaWiki:Geshi.css

From Bitcoin Wiki
Revision as of 02:33, 2 January 2011 by MagicalTux (talk | contribs)
Jump to: navigation, search
/* CSS placed here will be applied to GeSHi syntax highlighting */
div.mw-geshi {
  padding: 1em;
  margin: 1em 0;
  border: 1px dashed #2f6fab;
}
div.mw-geshi pre span {
  font-size: 13px;
}