I installed FireBug lite in my Chrome browser and inspected the css and html files which appear to be identical to my project files.
I edited the <body> to read <body class=".data"> to match the CSS file but that did not solve the problem. I'm not using the panel statement as I don't know where it should go. Nate On Tue, Jul 26, 2011 at 2:20 PM, Jeff Chimene <[email protected]> wrote: > 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 [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. > > -- When I was 12 I thought I would live forever. So far, so good. -- 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.
