GrailsInAction / graina2

Source code for the 2nd edition of Grails in Action
90 stars 93 forks source link

Update the snazzy.css #95

Closed jcampoamor closed 10 years ago

jcampoamor commented 10 years ago

I think that in order to have the same web page that you show in the figure 1.8, the snazzy.css file in the git repository need a change in the header style.

Now we have:

header {

background: url(../images/logo_background.png) repeat-x;

}

And we need:

header img {

background: url(../images/logo_background.png) repeat-x;

}

pledbrook commented 10 years ago

I need to verify this. Thanks for the report!

pledbrook commented 10 years ago

Sorry, I don't understand this change. The screenshot in the chapter displays the blue background across the page. Your proposal puts the background on the image instead, so the blue doesn't go across the whole page.

Could you please explain your reasoning for this change? Thanks.

pledbrook commented 10 years ago

Can't reproduce, so closing.