MediaWiki:Geshi.css: Difference between revisions

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

Revision as of 20:18, 28 January 2012

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

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

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