Hi, I have got some html/css templates that include browser specific css in static html pages:
<link rel="stylesheet" type="text/css" media="all" href="css/ main.css" /> <!--[if lte IE 8]> <link rel="stylesheet" type="text/css" media="all" href="css/ ie8.css" /> <![endif]--> What is the best way to include browser specific styles in the UIBinder's .ui.xml file? Thanks a lot for your help! -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to google-web-tool...@googlegroups.com. To unsubscribe from this group, send email to google-web-toolkit+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.