From 713c18336fb17e6d74474c194cebce97c78261bc Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 5 Jun 2013 12:25:28 +0530 Subject: [PATCH] [splash] show erpnext --- public/css/splash.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/public/css/splash.css b/public/css/splash.css index fdd4ac4687..4f69f4e6d9 100644 --- a/public/css/splash.css +++ b/public/css/splash.css @@ -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%; +}