diff options
Diffstat (limited to 'htdocs/results.css')
-rw-r--r-- | htdocs/results.css | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/htdocs/results.css b/htdocs/results.css index 78ca908..6c6cdfa 100644 --- a/htdocs/results.css +++ b/htdocs/results.css @@ -1,5 +1,5 @@ /* style sheet for the validator's results page */ -/* $Id: results.css,v 1.14 2002-12-01 13:40:32 link Exp $ */ +/* $Id: results.css,v 1.15 2002-12-01 13:47:15 link Exp $ */ .markup { color: red; @@ -22,10 +22,6 @@ ul#Warnings { padding-top: 1ex; } -div.meat { - margin-right: 10em; -} - th { padding-right: .5em; text-align: right; @@ -145,9 +141,12 @@ img.inline-badge { float: left; } - +.source code { + white-space: normal; +} div.mtb { /* "Medium Thematic Break" */ margin-top: 5em; border-top: 1px solid black; } + |