]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/browse.scss
Use Bootstrap actionable items in search results lists
[rails.git] / app / assets / stylesheets / browse.scss
index 2db397a07f8ce1332c50dbe45334bd8d12402dfb..7c0fbd2c005136052b41449362a9664fdb6fd99b 100644 (file)
     margin-left: 25px;
   }
 
-  /* Deleted objects */
-
-  .deleted { text-decoration: line-through; }
-
   /* Nodes (and ways as areas) */
 
   .aeroway.aerodrome::before { content: image-url('browse/aerodrome.p.16.png'); }
   .shop.shoes::before { content: image-url('browse/shop_shoes.16.png'); }
   .shop.supermarket::before { content: image-url('browse/shop_supermarket.p.16.png'); }
 
-  .tourism.alpine_hut::before { content: image-url('browse/alpinehut.p.16.png'); }
+  .tourism.alpine_hut::before { content: image-url('browse/tourism_alpine_hut.16.png'); }
   .tourism.camp_site::before { content: image-url('browse/tourism_camp_site.16.png'); }
   .tourism.caravan_site::before { content: image-url('browse/tourism_caravan_site.16.png'); }
   .tourism.hostel::before { content: image-url('browse/tourism_hostel.16.png'); }
   .tourism.museum::before { content: image-url('browse/tourism_museum.16.png'); }
   .tourism.picnic_site::before { content: image-url('browse/tourism_picnic_site.16.png'); }
   .tourism.viewpoint::before { content: image-url('browse/view_point.p.16.png'); }
+  .tourism.wilderness_hut::before { content: image-url('browse/tourism_wilderness_hut.16.png'); }
 
   /* Ways */
 
   .building::before { content: image-url('browse/building.png'); }
 
   .highway.bridleway::before { content: image-url('browse/bridleway.20.png'); }
-  .highway.byway::before { content: image-url('browse/byway.20.png'); }
   .highway.cycleway::before { content: image-url('browse/cycleway.20.png'); }
   .highway.footway::before { content: image-url('browse/footway.20.png'); }
   .highway.motorway::before { content: image-url('browse/motorway.20.png'); }
 
   .natural.grassland::before { content: image-url('browse/grassland.png'); }
   .natural.heath::before { content: image-url('browse/heathland.png'); }
+  .natural.scrub::before { content: image-url('browse/scrub.png'); }
   .natural.water::before { content: image-url('browse/lake.png'); }
   .natural.wood::before { content: image-url('browse/wood.png'); }