- From: Olivier Thereaux <ot@w3.org>
- Date: Thu, 24 Jul 2003 14:57:07 +0900
- To: Terje Bless <link@abyss.w3.org>
- Cc: public-qa-dev@w3.org
Terje, I found what was the detail I disliked in the newest CSS : lack of balance between left and right padding. I suggest something as I did for <http://www.w3.org/QA/2003/07/cssvalidator> which basically corresponds to this diff [[ --- /Users/ot/Documents/cvs/validator/validator-branch/htdocs/base.css Tue Jul 22 12:39:22 2003 +++ base.css Thu Jul 24 14:54:31 2003 @@ -25,8 +25,12 @@ } div#main { - padding-left: 2em; + /*padding-left: 2em;*/ padding-top: 1em; +} + +div#main p { +padding-left: 1em; } fieldset { ]] I find it more pleasant to the eye. Mind if I commit this? olivier
Received on Thursday, 24 July 2003 01:57:11 UTC