MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
m test for better formatting.
m test for better formatting.
Line 4: Line 4:
{
{
   overflow: auto;
   overflow: auto;
 
  padding: 0;
   margin: 0;
   margin: 0;
}
}

Revision as of 22:32, 28 March 2012

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

pre.mw-geshi
{
  overflow: auto;
  padding: 0;
  margin: 0;
}