- From: Terje Bless <link@hutz.w3.org>
- Date: Mon, 17 May 2004 04:38:06 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv15212/htdocs Modified Files: Tag: validator-0_6_0-branch results.css Log Message: Nuking excessive hard-coded "Help Wanted" stuff. Feedback request is now a simple link and toned down; and doesn't get repeated for every message specification in verbosemsgs.conf either. Also get rid of the "verbose" parameter in the config file for messages that don't actually have a verbose explanation. Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/results.css,v retrieving revision 1.13.2.30 retrieving revision 1.13.2.31 diff -u -d -r1.13.2.30 -r1.13.2.31 --- results.css 16 May 2004 07:08:59 -0000 1.13.2.30 +++ results.css 17 May 2004 04:38:04 -0000 1.13.2.31 @@ -58,20 +58,17 @@ margin: 0; } -.ve p.helpwanted { - float: right; - width: 30ex; - border: 1px solid black; - background: #eee; - font-size: smaller; - line-height: 120%; - padding: 1ex; - text-align: justify; - margin: 0; +p.helpwanted { + margin-left: auto; + margin-right: auto; + font-size: x-small; + color: #888; + float: right; } -.helpwanted em { - font-weight: bolder; +p.helpwanted a { + color: #88f; + text-decoration: none; } ol#errors code {
Received on Monday, 17 May 2004 00:41:11 UTC