- From: Terje Bless <link@hutz.w3.org>
- Date: Tue, 18 May 2004 01:19:19 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv2827/htdocs Modified Files: Tag: validator-0_6_0-branch results.css Log Message: Further tweak result style; make "Help on Options" etc. be separate <p>s, and style them accordingly (save some vertical space). Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/results.css,v retrieving revision 1.13.2.33 retrieving revision 1.13.2.34 diff -u -d -r1.13.2.33 -r1.13.2.34 --- results.css 18 May 2004 00:49:38 -0000 1.13.2.33 +++ results.css 18 May 2004 01:19:17 -0000 1.13.2.34 @@ -8,6 +8,32 @@ font-size: small; } +/* Various Bits of the Table Header */ +/* +*/ +div.moreinfo { + float: right; + width: 30%; +} + +div.moreinfo p { + background: #FFF; + border: 1px solid #CCC; + text-align: justify; + font-size: smaller; +} + +table.header { + clear: left; + margin-left: auto; + margin-right: auto; +} + +fieldset table.header { + float: left; + margin: 1ex; +} + /* Error Messages Display */ /* */
Received on Monday, 17 May 2004 21:21:11 UTC