MediaWiki:Geshi.css

From Bitcoin Wiki
Revision as of 02:35, 2 January 2011 by MagicalTux (talk | contribs) (making size matter)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 {
  font-size: 13px !important;
}