corrected css style - use the same background color for all text elements.

pull/13383/head
Vadim Pisarevsky 14 years ago
parent 0940573e8b
commit 38e0f84876
  1. 4
      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;
}

Loading…
Cancel
Save