2011-12-26 15:29, mem wrote:

If we validate this CSS as CSS 3 :

http://dev.zoom.org.pt/

You will see that the validator will trow two parse errors.

Both error messages are caused by the same syntax error, namely the use of 1. as a line-height value. In CSS, a number that contains a decimal point needs to have at least one digit after the point, so you need to use just 1 or 1.0 or perhaps some other well-formed value. (Setting line-height: 1 usually creates too tight setting.)

The css related file should be:
http://zoom.dev/styles/main.css

That's not the CSS file referenced in the HTML document specified, and zoom.dev doesn't even seem to exist.

Yucca
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to