From 655c16681fa6b4630b120e3f7c491a9c7abb1a7b Mon Sep 17 00:00:00 2001 From: Erling Aaby Date: Mon, 15 Apr 2013 16:00:41 +0200 Subject: Changed picture paths in anim.less --- public/css/divanim.less | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'public/css/divanim.less') diff --git a/public/css/divanim.less b/public/css/divanim.less index 0513963..60e5ff5 100644 --- a/public/css/divanim.less +++ b/public/css/divanim.less @@ -273,26 +273,26 @@ margin-left: -90em; } /* ------------bilder---------------------------------------------------------------*/ #divid { - background-image: url('/img/group.png'); } + background-image: url('/img/anim/group.png'); } #aktivitet1 .objekt { - background-image: url('/img/restaurant.png');} + background-image: url('/img/anim/restaurant.png');} #aktivitet2 .objekt { - background-image: url('/img/fly.png');} + background-image: url('/img/anim/fly.png');} #aktivitet3 .objekt { - background-image: url('/img/handel.png');} + background-image: url('/img/anim/handel.png');} #aktivitet3 .satelitt { - background-image: url('/img/betaling.png');} + background-image: url('/img/anim/betaling.png');} #aktivitet4 .objekt { - background-image: url('/img/bil.png');} + background-image: url('/img/anim/bil.png');} #aktivitet5 .objekt { - background-image: url('/img/bank.png');} + background-image: url('/img/anim/bank.png');} #aktivitet6 .objekt { - background-image: url('/img/uhell.png');} + background-image: url('/img/anim/uhell.png');} #aktivitet7 .objekt { - background-image: url('/img/hus.png');} + background-image: url('/img/anim/hus.png');} #aktivitet8 .objekt { - background-image: url('/img/sport.png');} + background-image: url('/img/anim/sport.png');} #aktivitet9 .objekt { - background-image: url('/img/deltomsorg.png');} + background-image: url('/img/anim/deltomsorg.png');} #aktivitet10 .objekt { - background-image: url('/img/underholdning.png');} + background-image: url('/img/anim/underholdning.png');} -- cgit v1.2.3