Commit 71b979d39af1bf70140b05ef3e4c1ae9c73957e9
1 parent
44bbcf012e
Exists in
master
and in
1 other branch
minor change
Showing
1 changed file
with
3 additions
and
5 deletions
Show diff stats
css/custom.css
... | ... | @@ -1343,7 +1343,7 @@ table { |
1343 | 1343 | cursor: context-menu; |
1344 | 1344 | } |
1345 | 1345 | |
1346 | - | |
1346 | +. | |
1347 | 1347 | |
1348 | 1348 | |
1349 | 1349 | |
... | ... | @@ -1378,15 +1378,13 @@ table { |
1378 | 1378 | } |
1379 | 1379 | #front { |
1380 | 1380 | background-image: url(/images/mock_up_background.jpg); |
1381 | - background-repeat: no-repeat; | |
1381 | + background-repeat: repeat; | |
1382 | 1382 | background-attachment:fixed; |
1383 | - background-position: top center; | |
1383 | + /*background-position: top center;*/ | |
1384 | 1384 | -webkit-background-attachment: fixed; |
1385 | 1385 | background-size: 400% auto; |
1386 | 1386 | -webkit-background-size:400% auto; |
1387 | 1387 | } |
1388 | - | |
1389 | - | |
1390 | 1388 | } |
1391 | 1389 | |
1392 | 1390 | @media screen and (max-device-width: 991px) and (orientation: landscape){ | ... | ... |