Thanks for your reply).
Finally I've found the way to add background/ And now it works as I wanted, 
but I don't actually understand WHY?
I had this:

body{
 background-image: url(/img/wood.jpg) repeat;
}

Then I changed that part to make it look like this:
.body{
 background-image: url(/img/wood.jpg) repeat;
}

Simply added the point before. Previously it was a rule for body element 
and now it's a rule for body class. And it works.
Can someone, please, explain mw that. Thanks)))


-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to