diff options
-rw-r--r-- | htdocs/style/results.css | 7 | ||||
-rw-r--r-- | share/templates/en_US/table.tmpl | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/htdocs/style/results.css b/htdocs/style/results.css index ae392e0..0075833 100644 --- a/htdocs/style/results.css +++ b/htdocs/style/results.css @@ -1,5 +1,5 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.20 2007-09-13 03:46:52 ot Exp $ */ +/* $Id: results.css,v 1.21 2007-10-02 02:45:34 ot Exp $ */ div#results_container { margin: 2em; @@ -416,6 +416,11 @@ td.valid { color: #55B05A; } +strong.has_warnings { + font-weight:bold; + color:#CFAC08; + background-color: white; +} td.invalid, h3.invalid { color: #D23D24 !important; diff --git a/share/templates/en_US/table.tmpl b/share/templates/en_US/table.tmpl index fbbf57b..2b16416 100644 --- a/share/templates/en_US/table.tmpl +++ b/share/templates/en_US/table.tmpl @@ -33,7 +33,7 @@ <TMPL_IF NAME="is_tentative"> Tentatively passed validation <TMPL_ELSE> - Passed validation<TMPL_IF Name="valid_warnings_num">, <TMPL_VAR NAME="valid_warnings_num"> warning(s)</TMPL_IF> + Passed validation<TMPL_IF Name="valid_warnings_num">, <strong class="has_warnings"><TMPL_VAR NAME="valid_warnings_num"> warning(s)</strong></TMPL_IF> </TMPL_IF> <TMPL_ELSE> <td colspan="2" class="invalid"> |