Commit 38e0f848 authored by Vadim Pisarevsky's avatar Vadim Pisarevsky

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

parent 0940573e
...@@ -262,14 +262,14 @@ pre { ...@@ -262,14 +262,14 @@ pre {
tt { tt {
color: {{ theme_headtextcolor }}; color: {{ theme_headtextcolor }};
background-color: #ecf0f3; /*background-color: #ecf0f3;*/
padding: 0 1px 0 1px; padding: 0 1px 0 1px;
font-size: 1.2em; font-size: 1.2em;
} }
tt.descname { tt.descname {
color: {{ theme_headtextcolor }}; color: {{ theme_headtextcolor }};
background-color: #ecf0f3; /*background-color: #ecf0f3;*/
padding: 0 1px 0 1px; padding: 0 1px 0 1px;
font-size: 1.4em; font-size: 1.4em;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment