Finally I've found the way to add background/ And now it works as I wanted, but I don't actually understand WHY?
Then I changed that part to make it look like this:
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.
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;
}
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment