Quote:
Originally Posted by JLius
Then why, see your website (mijn standaard stylesheet), do you use the shorthand notation yourself?
|

It is a Nook issue, not an ADE issue.
I don't see Nook on either of your lists of personal devices. So if the edits are for personal use...
I tend use the simple short forms, but not the full versions.
eg.
Code:
border-width: thin;
border-style:solid;
border-color: green green green green ;
and not the full short form:
Code:
border:thin solid green
(in the cases like border, there can be other reasons that the short form can not be used)