Commit 1d7ede954c4b184e42d68690638d0294ac20dfbe
1 parent
f565c3614c
Exists in
master
and in
1 other branch
minor change
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
css/custom.css
... | ... | @@ -1379,9 +1379,9 @@ table { |
1379 | 1379 | #front { |
1380 | 1380 | background-image: url(/images/mock_up_background.jpg); |
1381 | 1381 | background-repeat: no-repeat; |
1382 | - /*background-size: cover;*/ | |
1382 | + background-attachment:fixed; | |
1383 | 1383 | -webkit-background-attachment: fixed; |
1384 | - /*background-size: 400% auto;*/ | |
1384 | + background-size: 400% auto; | |
1385 | 1385 | -webkit-background-size:400% auto; |
1386 | 1386 | } |
1387 | 1387 | ... | ... |