MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Overflow control for pre-formatted elements.
Maximum height for preformatted boxes.
Line 9: Line 9:
{
{
   overflow: auto;
   overflow: auto;
  hax-height: 12em;
}
}

Revision as of 20:17, 28 January 2012

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

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

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