Radio page fix for background image on android

This commit is contained in:
drigato 2015-06-15 16:36:29 -04:00
parent 4c6ba869e3
commit cd6e326e13
1 changed files with 12 additions and 5 deletions

View File

@ -5,8 +5,20 @@ html {
-o-background-size: cover;
background-size: cover;
overflow-y: auto;
background-color:#000000;
}
html, body {
height: 100%;
}
body {
font-family: 'Roboto', sans-serif;
margin: 0px;
}
.bck_cover {
position: fixed;
top: 0px;
@ -17,11 +29,6 @@ html {
z-index: -1;
}
body {
font-family: 'Roboto', sans-serif;
margin: 0px;
}
.logo img {
margin: 40px 0px 0px 60px;
}