diff options
-rw-r--r-- | htdocs/results.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/htdocs/results.css b/htdocs/results.css index 4131d43..4b00e1c 100644 --- a/htdocs/results.css +++ b/htdocs/results.css @@ -1,7 +1,7 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.3 2001-06-25 19:03:57 link Exp $ */ +/* $Id: results.css,v 1.4 2001-06-25 19:22:09 link Exp $ */ .markup { color: red; @@ -22,12 +22,6 @@ th { padding-right: .5em; } -/* This doesn't work in sufficient portions of browsers. :-( -th:after { - content: ": "; -} -*/ - td { text-align: left; padding-left: .5em; |