Previous Message
Next Message

Re: [css-d] css check-problem in N4.7

Sent by lon.kraemer on 10 September 2002 20:08


> body {
>          margin: -10px, 0px, 0px, -10px
> }

Invalid CSS shortcut syntax!

body {
  margin:-10px 0 0 -10px;
}
Previous Message
Next Message

Message thread:

Possibly related: