diff options
author | Erling Aaby <spa440w@gmail.com> | 2013-04-15 16:00:41 +0200 |
---|---|---|
committer | Erling Aaby <spa440w@gmail.com> | 2013-04-15 16:00:41 +0200 |
commit | 655c16681fa6b4630b120e3f7c491a9c7abb1a7b (patch) | |
tree | eee2c68b32cf0a1e915327dcce18b1add030f367 /public/css/divanim.less | |
parent | Changed file extension from css to less (diff) | |
download | Divid-655c16681fa6b4630b120e3f7c491a9c7abb1a7b.tar.gz |
Changed picture paths in anim.less
Diffstat (limited to 'public/css/divanim.less')
-rw-r--r-- | public/css/divanim.less | 24 |
1 files changed, 12 insertions, 12 deletions
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');} |