diff --git a/sql/00_html_header.html b/sql/00_html_header.html index 793afcd..bb6f33d 100644 --- a/sql/00_html_header.html +++ b/sql/00_html_header.html @@ -28,6 +28,8 @@ font.n {font-size:10pt; font-style:italic; color:#336699;} font.f {font-size:10pt; color:#999999; border-top:1px solid #336699; margin-top:30pt;} div.google-chart {width:&&edb360_chart_width.; height:500px;} - .highlight {background-color: red;} + .highlight {background: red;} + .pct_warning {background: yellowgreen;} + .pct_error {background: red}