Yes you're right, it it just because I'm always changing my declarations so
I let them on the long formulation :)
I know that soon I'll have to simplified these declarations.

Hugues

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Kornel Lesinski
Sent: April 7, 2005 07:33
To: wsg@webstandardsgroup.org
Subject: Re: [WSG] CSS Document layout/structure

On Thu, 07 Apr 2005 14:17:01 +0100, Hugues Brunelle <[EMAIL PROTECTED]>
wrote:

> You can see a sample at http://www.echo3d.com/css/screen.css
> It "looks" complex but if you pay attention,

Why aren't you using shorthand properties?


border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0.1em;
border-left-width: 0px;
border-top-style: none;
border-right-style: none;
border-bottom-style: dotted;
border-left-style: none;
border-bottom-color: #781B11;

equals:

border: 0; border-bottom: 0.1em dotted #781B11;

and you probably could just leave second rule.

--
regards, Kornel Lesiński

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************

Reply via email to