From: Dan Karran Date: Fri, 28 May 2010 22:16:29 +0000 (+0100) Subject: Adding more shop icons X-Git-Tag: live~6304^2~14 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/ab0c40107be68573b6403bfdbb136acc0a026695 Adding more shop icons --- diff --git a/public/images/browse/shop_bicycle.p.16.png b/public/images/browse/shop_bicycle.p.16.png new file mode 100644 index 000000000..d0b3680f0 Binary files /dev/null and b/public/images/browse/shop_bicycle.p.16.png differ diff --git a/public/images/browse/shop_books.p.16.png b/public/images/browse/shop_books.p.16.png new file mode 100644 index 000000000..dc241d202 Binary files /dev/null and b/public/images/browse/shop_books.p.16.png differ diff --git a/public/images/browse/shop_butcher.p.16.png b/public/images/browse/shop_butcher.p.16.png new file mode 100644 index 000000000..8ff574093 Binary files /dev/null and b/public/images/browse/shop_butcher.p.16.png differ diff --git a/public/images/browse/shop_estateagent2.p.16.png b/public/images/browse/shop_estateagent2.p.16.png new file mode 100644 index 000000000..fc2cecff5 Binary files /dev/null and b/public/images/browse/shop_estateagent2.p.16.png differ diff --git a/public/images/browse/shop_fish.p.16.png b/public/images/browse/shop_fish.p.16.png new file mode 100644 index 000000000..7e0eabbbd Binary files /dev/null and b/public/images/browse/shop_fish.p.16.png differ diff --git a/public/images/browse/shop_garden_centre.p.16.png b/public/images/browse/shop_garden_centre.p.16.png new file mode 100644 index 000000000..ca07d4302 Binary files /dev/null and b/public/images/browse/shop_garden_centre.p.16.png differ diff --git a/public/images/browse/shop_gift.p.16.png b/public/images/browse/shop_gift.p.16.png new file mode 100644 index 000000000..ac084f5fa Binary files /dev/null and b/public/images/browse/shop_gift.p.16.png differ diff --git a/public/images/browse/shop_greengrocer.p.16.png b/public/images/browse/shop_greengrocer.p.16.png new file mode 100644 index 000000000..abb2c5231 Binary files /dev/null and b/public/images/browse/shop_greengrocer.p.16.png differ diff --git a/public/images/browse/shop_jewelry.p.16.png b/public/images/browse/shop_jewelry.p.16.png new file mode 100644 index 000000000..bb9825596 Binary files /dev/null and b/public/images/browse/shop_jewelry.p.16.png differ diff --git a/public/stylesheets/browse.css b/public/stylesheets/browse.css index ecd24bccf..534a3f065 100644 --- a/public/stylesheets/browse.css +++ b/public/stylesheets/browse.css @@ -52,10 +52,19 @@ .shop { background: url(/images/browse/shop_convenience.p.16.png) no-repeat center left; } .shop.bakery { background: url(/images/browse/shop_bakery.p.16.png) no-repeat center left; } +.shop.bicycle { background: url(/images/browse/shop_bicycle.p.16.png) no-repeat center left; } +.shop.books { background: url(/images/browse/shop_books.p.16.png) no-repeat center left; } +.shop.butcher { background: url(/images/browse/shop_butcher.p.16.png) no-repeat center left; } .shop.clothes { background: url(/images/browse/shop_clothes.p.16.png) no-repeat center left; } .shop.convenience { background: url(/images/browse/shop_convenience.p.16.png) no-repeat center left; } .shop.diy { background: url(/images/browse/shop_diy.p.16.png) no-repeat center left; } +.shop.estate_agent { background: url(/images/browse/shop_estateagent2.p.16.png) no-repeat center left; } +.shop.fish { background: url(/images/browse/shop_fish.p.16.png) no-repeat center left; } +.shop.garden_centre { background: url(/images/browse/shop_garden_centre.p.16.png) no-repeat center left; } +.shop.gift { background: url(/images/browse/shop_gift.p.16.png) no-repeat center left; } +.shop.greengrocer { background: url(/images/browse/shop_greengrocer.p.16.png) no-repeat center left; } .shop.hairdresser { background: url(/images/browse/shop_hairdresser.p.16.png) no-repeat center left; } +.shop.jewelry { background: url(/images/browse/shop_jewelry.p.16.png) no-repeat center left; } .shop.supermarket { background: url(/images/browse/shop_supermarket.p.16.png) no-repeat center left; } .tourism.alpine_hut { background: url(/images/browse/alpinehut.p.16.png) no-repeat center left; }