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? olivierReceived on Thursday, 24 July 2003 01:57:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 19 August 2010 18:12:43 GMT