On 07/26/2011 02:14 PM, Robert Lockwood wrote:
> Using the ".body" had no effect.
> 
> Where does "panel.setStylePrimaryName("body");" go?  In the CSS file?  
> 
> Thanks,
> Nate

It doesn't go in the CSS file.

Did you take a look at the CSS via Firebug as I suggested?

If your HTML looks like
<body>
.
.
.
</body>

then the suggested selector won't work. For it to work, you'd need
<body class=".body">
.
.
.
</body>

-- 
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-toolkit@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.

Reply via email to