From 38e0f84876385269a9d6849f42c42480acbb3a79 Mon Sep 17 00:00:00 2001 From: Vadim Pisarevsky Date: Thu, 7 Jul 2011 17:00:09 +0000 Subject: [PATCH] corrected css style - use the same background color for all text elements. --- doc/_themes/blue/static/default.css_t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/_themes/blue/static/default.css_t b/doc/_themes/blue/static/default.css_t index 0e60d0a..9238d05 100644 --- a/doc/_themes/blue/static/default.css_t +++ b/doc/_themes/blue/static/default.css_t @@ -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; } -- 2.7.4