From 3b594fde256eec3885a586119365d36cd0eb8f4b Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Tue, 23 Apr 2013 15:54:11 +0200 Subject: Added 1 more sec to animation and placed logo --- public/css/devanim.less | 8 ++++---- views/navbar.ejs | 5 ++++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/public/css/devanim.less b/public/css/devanim.less index b3b2934..478f002 100644 --- a/public/css/devanim.less +++ b/public/css/devanim.less @@ -12,10 +12,10 @@ margin: 0 auto; margin-top: 10px; background: white; - -webkit-animation: devices 9s ease 0s infinite; - -moz-animation: devices 9s ease 0s infinite; - -o-animation: devices 9s ease 0s infinite; - animation: devices 9s ease 0s infinite; + -webkit-animation: devices 10s ease 0s infinite; + -moz-animation: devices 10s ease 0s infinite; + -o-animation: devices 10s ease 0s infinite; + animation: devices 10s ease 0s infinite; } @-webkit-keyframes devices { diff --git a/views/navbar.ejs b/views/navbar.ejs index c339acc..f1899e2 100644 --- a/views/navbar.ejs +++ b/views/navbar.ejs @@ -41,12 +41,15 @@ + - Divid + + <% if(!loggedin) { %>Logg inn -- cgit v1.2.3