Bring back Prof. Lion

This commit is contained in:
James Allen 2014-07-29 11:25:26 +01:00
parent df85254d3c
commit 627f9e47c6
2 changed files with 8 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -50,15 +50,22 @@
}
.loading-screen {
h3 {
padding-top: 136px;
background-image: url(/img/lion-128.png);
background-repeat: no-repeat;
background-position: top center;
}
.full-size;
background-color: #fafafa;
.container {
text-align: center;
position: absolute;
top: 30%;
top: 50%;
left: 50%;
width: 400px;
margin-left: -200px;
margin-top: -140px;
}
}