MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Attempt to remove border from source boxes. Again.
No margin for source box.
Line 1: Line 1:
/* CSS placed here will be applied to GeSHi syntax highlighting */
/* CSS placed here will be applied to GeSHi syntax highlighting */


.de1
pre.de1
{
{
   padding: 0;
   margin: 0;
}
}



Revision as of 20:26, 28 January 2012

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

pre.de1
{
  margin: 0;
}

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