Thank you both. Regards, SigmaBlu
On Mon, Oct 17, 2011 at 9:54 AM, Jens <[email protected]> wrote: > Yeah the GWT theme is referenced in your HTML page source via > > <link rel="stylesheet" href="http:// > <domain>/<appname>/gwt/standard/standard.css"> > > This will always be done when you include a stylesheet via your module xml > file in combination with a public folder and thats exactly how GWT themes > are realized (take a look at Chrome.gwt.xml for example). > > Any CSS you define in UiBinder will be added (injected via javascript) > afterwards as <style> tags (one <style> tag per CssResource, so you possibly > see multiple <style> tags in your HTML page source once your app is loaded). > > -- J. > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/google-web-toolkit/-/dH3-AHKjLL8J. > > 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. > -- 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.
