Hello,

Using UiBinder I have an embedded CSS style and want to use nth-
child(even).  The Uibinder crashes saying it can't interpret the CSS.
If I replace "even" with a number it says it is expecting <IDENT>.  Is
this possible with GWT?

Here is my CSS segment:

<ui:style>
        .productlist {
                cursor: pointer;
                width: 50em;
                padding: 10px 10px 0px 10px;
        }

        .productlist tr:nth-child(even) {
                background-color: silver;
        }

</ui:style>

-- 
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