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 1: Line 1:
/* CSS placed here will be applied to GeSHi syntax highlighting */
/* CSS placed here will be applied to GeSHi syntax highlighting */


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

Revision as of 22:30, 28 March 2012

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

pre.mw-geshi
{
  overflow: auto;

  margin: 0;
}