MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Too small.
Middle change
Line 7: Line 7:
   border-width: 0;
   border-width: 0;
   background-color: #f9f9f9;
   background-color: #f9f9f9;
   font: normal normal 1.0em monospace;
   font: normal normal 1.5em monospace;
}
}



Revision as of 20:38, 1 September 2012

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

.mw-geshi
{
  padding: 0;
  margin: 0;
  border-width: 0;
  background-color: #f9f9f9;
  font: normal normal 1.5em monospace;
}

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

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