lol! in fact my brain automatically removed the '.' in your response. But that suddenly hit me in Robert's response.
On Jul 27, 2011, at 12:37 AM, Jeff Chimene wrote: > On 07/26/2011 03:15 PM, Robert Lockwood wrote: >> 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] >> <mailto:[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"> > > Ugh. I can't believe I wrote .body > > Obviously, it should be class="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. > -- 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.
