Changed radio page background image

This commit is contained in:
drigato 2015-06-12 14:50:22 -04:00
parent ba2aeae7b4
commit 1cdeddc3b3
2 changed files with 2 additions and 2 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 571 KiB

View File

@ -1,5 +1,5 @@
html {
background: url("img/background-testing-2.jpg") no-repeat center center fixed;
background: url("img/background-testing-3.jpg") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
@ -37,7 +37,7 @@ body {
}
.login-btn a {
color: #459B8F;
color: #fff;
text-decoration: none;
}