background update test

This commit is contained in:
Connor Turland 2014-02-25 15:05:25 -08:00
parent f990ee1c8c
commit 3a88abbb1b
5 changed files with 6 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

BIN
app/assets/images/snow.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 263 KiB

View file

@ -117,8 +117,10 @@ body {
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to top, #C199FB 0%, #E4D9F5 100%);
background: url(fresnel-mountainous-landscape-002.png) no-repeat;
background-size:cover;
/*background: url(fresnel-mountainous-landscape-002.png) no-repeat;
background-size:cover;*/
background-image: -webkit-linear-gradient(top, rgba(47, 70, 84, 0.4), rgba(54, 88, 43, 0.4)), url("/assets/fresh_snow.png");
font-family: 'LatoLight', helvetica, sans-serif;
background-attachment:fixed;
color:#FFF;
@ -142,6 +144,8 @@ body.mapBody {
/* W3C Markup, IE10 Release Preview */
background-image: linear-gradient(to top, #C199FB 0%, #E4D9F5 100%);
background-image: -webkit-linear-gradient(top, rgba(47, 70, 84, 0.4), rgba(54, 88, 43, 0.4)), url("/assets/fresh_snow.png");
}
h1,h2,h3,h4,h5,h6 {