[IMP] css improvement parallax

bzr revid: fp@openerp.com-20131019210050-1fcn80fmqc2w66sd
This commit is contained in:
Fabien Pinckaers 2013-10-19 23:00:50 +02:00
parent 07b9c76a1e
commit b461fc3253
2 changed files with 3 additions and 2 deletions

View File

@ -361,7 +361,8 @@ footer {
}
.parallax {
background: #eeeeee no-repeat top center fixed;
background: no-repeat top center;
background-attachment: fixed;
width: 100%;
background-size: 100%;
}

View File

@ -276,7 +276,7 @@ footer
background-color: grey
.parallax
background: #eee no-repeat top center
background: no-repeat top center
background-attachment: fixed
width: 100%
background-size: 100%