MediaWiki:Geshi.css: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
third attempt.
with importance.
Line 3: Line 3:
.source-cpp
.source-cpp
{
{
   background-color: #333333;
   background-color: #333333 !important;
}
}

Revision as of 20:06, 28 January 2012

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

.source-cpp
{
  background-color: #333333 !important;
}