MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Bprder fix.
Test to see if this still works.
Line 6: Line 6:
   margin: 0;
   margin: 0;
   border-width: 0;
   border-width: 0;
  background-color: #DDD;
}
}



Revision as of 20:27, 1 September 2012

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

pre.mw-geshi
{
  padding: 0;
  margin: 0;
  border-width: 0;
  background-color: #DDD;
}

pre.de1, pre.de2
{
  margin: 0;
}

@media screen
{
  pre.de1, pre.de2
  {
    overflow: auto;
    max-height: 36em;
  }
}