MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Broader application of the source box.
Attempting to correct formatting problems.
Line 1: Line 1:
/* CSS placed here will be applied to GeSHi syntax highlighting */
/* CSS placed here will be applied to GeSHi syntax highlighting */
pre.de1, pre.de2
{
  margin: 0;
}
@media screen
{
  pre
  {
    overflow: auto;
    max-height: 36em;
  }
}

Revision as of 22:14, 28 March 2012

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