MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
m misspelled
Bigger max height for preformatted text.
Line 9: Line 9:
{
{
   overflow: auto;
   overflow: auto;
   max-height: 12em;
   max-height: 36em;
}
}

Revision as of 20:19, 28 January 2012

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

.source-cpp
{
  background-color: #333333 !important;
}

pre
{
  overflow: auto;
  max-height: 36em;
}