From a3614a96a7d4dec7b63708fbf79e76387d86254b Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Wed, 24 Apr 2013 14:45:48 +0200 Subject: corrected img path in style.less and removed divanim.less --- public/css/styles.less | 2 +- views/home.ejs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/public/css/styles.less b/public/css/styles.less index b607430..263e68b 100644 --- a/public/css/styles.less +++ b/public/css/styles.less @@ -224,7 +224,7 @@ background-color: #FF9A00; margin-top: 20px; margin-bottom:20px; padding:10px; - background-image: url('/css/glis.png'); + background-image: url('/img/glis.jpg'); -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; diff --git a/views/home.ejs b/views/home.ejs index 09c80b9..0e2aa77 100644 --- a/views/home.ejs +++ b/views/home.ejs @@ -1,6 +1,5 @@ <% include header %> - -- cgit v1.2.3