This commit is contained in:
mathias 2015-06-18 23:21:39 +03:00
parent 30f1d75808
commit d05fc7b4f8

View file

@ -121,10 +121,10 @@ a:focus {
height: 100%;
color: #fff;
background-image: url('background.jpg');
-webkit-background-size: 100%;
-moz-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
-webkit-background-size: 500px;
-moz-background-size: 500px;
-o-background-size: 500px;
background-size: 500px;
background-position: -120px;
}