diff options
-rw-r--r-- | public/css/styles.less | 2 | ||||
-rw-r--r-- | views/home.ejs | 1 |
2 files changed, 1 insertions, 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 %> <link rel="stylesheet" href="/css/devanim.css"> -<link href="/css/divanim.css" rel="stylesheet" media="screen"> </head> <body> |