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

This commit is contained in:
Vadim Pisarevsky 2011-07-07 17:00:09 +00:00
parent 0940573e8b
commit 38e0f84876

View 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;
}