Commit 53085b129255b9c2935c727b4ebc9bb30c9572e3

Authored by Palak Handa
1 parent a06bfe022b
Exists in master and in 1 other branch paytm

minor change

Showing 1 changed file with 7 additions and 0 deletions   Show diff stats
... ... @@ -1375,4 +1375,11 @@ table {
1375 1375 opacity: 0.8;
1376 1376 filter: alpha(opacity=80); /* For IE8 and earlier */
1377 1377 }
  1378 + #front {
  1379 + background-image: url(/images/mock_up_background.jpg);
  1380 + background-repeat: no-repeat;
  1381 + /*background-size: cover;*/
  1382 + background-attachment: scroll;
  1383 + background-size: 400% auto;
  1384 + }
1378 1385 }
1379 1386 \ No newline at end of file
... ...