- From: Olivier Thereaux <ot@hutz.w3.org>
- Date: Wed, 28 Apr 2004 08:15:01 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/validator/htdocs In directory hutz:/tmp/cvs-serv2440 Modified Files: Tag: validator-0_6_0-branch base.css results.css Log Message: more margin fixes post-removal of the rigthand navbar Index: results.css =================================================================== RCS file: /sources/public/validator/htdocs/results.css,v retrieving revision 1.13.2.26 retrieving revision 1.13.2.27 diff -u -d -r1.13.2.26 -r1.13.2.27 --- results.css 18 Apr 2004 01:44:06 -0000 1.13.2.26 +++ results.css 28 Apr 2004 08:14:57 -0000 1.13.2.27 @@ -129,7 +129,7 @@ div.Warnings { clear: left; padding: 0; - margin-right: 8em; + margin-right: 1em; } /* "Fatal" warnings... */ @@ -339,3 +339,4 @@ margin-top: 5em; border-top: 1px solid black; } + Index: base.css =================================================================== RCS file: /sources/public/validator/htdocs/base.css,v retrieving revision 1.26.2.35 retrieving revision 1.26.2.36 diff -u -d -r1.26.2.35 -r1.26.2.36 --- base.css 28 Apr 2004 07:38:18 -0000 1.26.2.35 +++ base.css 28 Apr 2004 08:14:56 -0000 1.26.2.36 @@ -44,8 +44,8 @@ /* Fieldsets in general */ fieldset { /* max-width: 80%; */ - margin-left: 2em; - margin-right: 2em; + margin-left: 1em; + margin-right: 1em; } /* The front-page fieldsets */
Received on Wednesday, 28 April 2004 04:15:17 UTC