StartBootstrap / startbootstrap-clean-blog

A clean Bootstrap blog theme created by Start Bootstrap
https://startbootstrap.com/theme/clean-blog/
MIT License
1.78k stars 1.85k forks source link

Background issues #10

Closed ashfurrow closed 8 years ago

ashfurrow commented 9 years ago

Hey there! Love this blog theme! I use it at http://ashfurrow.com/ and I've enjoyed learning from your code.

One thing is that intro-header's background colour isn't respected, at least on Safari. It's always white. I think that I've narrowed the problem down to these few lines:

.intro-header {
    background-color: @gray; 
    background: no-repeat center center; 

The first line sets the background colour, but it's overriden by the following background: specifier. I switched the order of the two lines and it worked for me.

Thanks again!

davidtmiller commented 8 years ago

Merged this one, thanks!