Re: Error Message Feedback

On Mon, Aug 07, 2006 at 09:07:59PM +0200, Kjell Ericson wrote:
>    I've got this message regarding Errors in my ..css:  Property font-color
>    doesn't exist : #fbfae5

It is color, not font-color.

>    and Warnings repeatedly:  Line : 5 (Level : 1) You have no color with your
>    background-color : #box1

foo { /* This has a colour with a background colour */
  background-color: white;
  color: black
}

-- 
David Dorward                                      http://dorward.me.uk

Received on Monday, 7 August 2006 20:36:31 UTC