[splash] show erpnext

This commit is contained in:
Anand Doshi 2013-06-05 12:25:28 +05:30
parent d379cb7fe9
commit 713c18336f

View File

@ -28,8 +28,9 @@
bottom: 0px;
width: 160px;
height: 160px;
color: #888;
text-align: center;
color: #888;
animation-duration: 1s;
animation-name: pulse;
animation-iteration-count: infinite;
@ -40,3 +41,12 @@
-webkit-animation-iteration-count: infinite;
-webkit-animation-direction: alternate;
}
.splash:after {
content: "erpnext";
font-size: 30px;
font-weight: 700;
font-family: Helvetica, Arial, sans-serif;
position: relative;
top: -20%;
}