update style.css

next to previous patch (issue 21) this patch makes background image responsive
as outlines here: https://github.com/nextcloud/weather/issues/31
master
cubefoo 2017-04-15 20:32:04 +02:00 committed by GitHub
parent fd8d1b2576
commit c14297bd8a
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@
height: 100%;
float: left;
-moz-box-sizing: border-box; box-sizing: border-box;
background-color: #f5f5f5;
background-color: #fff;
padding-bottom: 44px;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
@ -67,7 +67,11 @@
bottom: 0;
right: 0;
left: 250px;
background: black;
background: black no-repeat center center fixed;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
color: #EEE;
}