The "Hello Stylish World" example (
http://code.google.com/webtoolkit/
doc/latest/DevGuideUiBinder.html#Hello_Stylish_World) shows that there
can be more than one ui:style element, but when I try that with
my .ui.xml file in Eclipse, I'm told that only one ui:style element is
allowed.
When I run GWT Designer in design mode, I'd like to see both the CSS
from the current page and the CSS from the stylesheet injected in
onModuleLoad(). I can see the effects of both running in DevMode, but
not in Designer.