corrected css style - use the same background color for all text elements.
authorVadim Pisarevsky <no@email>
Thu, 7 Jul 2011 17:00:09 +0000 (17:00 +0000)
committerVadim Pisarevsky <no@email>
Thu, 7 Jul 2011 17:00:09 +0000 (17:00 +0000)
doc/_themes/blue/static/default.css_t

index 0e60d0a..9238d05 100644 (file)
@@ -262,14 +262,14 @@ pre {
 
 tt {
     color: {{ theme_headtextcolor }};
-    background-color: #ecf0f3;
+    /*background-color: #ecf0f3;*/
     padding: 0 1px 0 1px;
     font-size: 1.2em;
 }
 
 tt.descname {
     color: {{ theme_headtextcolor }};
-    background-color: #ecf0f3;
+    /*background-color: #ecf0f3;*/
     padding: 0 1px 0 1px;
     font-size: 1.4em;
 }