Changeset 8411 in josm for trunk/styles
- Timestamp:
- 2015-05-21T21:29:19+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.mapcss
r8409 r8411 2363 2363 } 2364 2364 node[amenity=recycling] { 2365 icon-image: "service/recycling.png"; 2366 set icon_z17; 2367 text: auto; 2365 icon-image: "service/recycling/recycling.svg"; 2366 set icon_z17; 2367 text: auto; 2368 } 2369 node[amenity=recycling][recycling_type=container] { 2370 icon-image: "service/recycling/recycling_container.svg"; 2371 } 2372 node[amenity=recycling][recycling_type=centre] { 2373 icon-image: "service/recycling/recycling_centre.svg"; 2368 2374 } 2369 2375 node[amenity=waste_basket] {
Note:
See TracChangeset
for help on using the changeset viewer.