mirror of
https://github.com/kaboomserver/website.git
synced 2024-12-22 15:55:04 +00:00
push
This commit is contained in:
parent
30f1d75808
commit
d05fc7b4f8
1 changed files with 4 additions and 4 deletions
|
@ -121,10 +121,10 @@ a:focus {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
background-image: url('background.jpg');
|
background-image: url('background.jpg');
|
||||||
-webkit-background-size: 100%;
|
-webkit-background-size: 500px;
|
||||||
-moz-background-size: 100%;
|
-moz-background-size: 500px;
|
||||||
-o-background-size: 100%;
|
-o-background-size: 500px;
|
||||||
background-size: 100%;
|
background-size: 500px;
|
||||||
background-position: -120px;
|
background-position: -120px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue