MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Should have restored formatting to normal.
Bprder fix.
Line 5: Line 5:
   padding: 0;
   padding: 0;
   margin: 0;
   margin: 0;
  border-width: 0;
}
}



Revision as of 22:41, 28 March 2012

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

pre.mw-geshi
{
  padding: 0;
  margin: 0;
  border-width: 0;
}

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

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