[splash] changed back go background image

This commit is contained in:
Anand Doshi 2013-06-05 11:50:07 +05:30
parent 9c8ed8b71f
commit 1510de3ecc

View File

@ -21,13 +21,15 @@
.splash {
margin: auto;
width: 160px;
height: 160px;
position: absolute;
top: 0px;
left: 0px;
right: 0px;
bottom: 0px;
background-image: none, url("../images/splash.svg");
background-position: center;
background-repeat: no-repeat;
background-size: 160px;
color: #888;
text-align: center;
animation-duration: 1s;
@ -39,4 +41,4 @@
-webkit-animation-name: pulse;
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
}
}