On Monday, February 28, 2011 6:30:18 PM UTC+1, Deepak Singh wrote:
>
> @sprite .middel-shadow-right3 li,
> @sprite .middel-shadow-right2 li,
> @sprite .middel-shadow-right li {
>

If should be:
@sprite .middel-shadow-right3 li, .middle-shadow-right2 li, 
.middel-shadow-right li {

Feel free to insert line breaks, but not "@sprite". GWT uses CSS language 
built-in extensibility mechanism, where @sprite is an "@-rule" (just like 
the built-in @font-face, @media, @import, etc.)
Here you weren't respecting the CSS syntax.
I suspect the CSS parser is lenient and treated the "," as a ";" or 
something like that, hence the somewhat cryptic error message.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to