Changeset 8434 in josm for trunk/styles


Ignore:
Timestamp:
2015-05-30T15:31:53+02:00 (9 years ago)
Author:
Klumbumbus
Message:

see #11445 - new icon for amenity=restaurant

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.mapcss

    r8428 r8434  
    21962196    text: auto;
    21972197}
    2198 node[amenity=restaurant],
     2198node[amenity=restaurant] {
     2199    icon-image: "food/restaurant.svg";
     2200    set icon_z17;
     2201    text: auto;
     2202}
    21992203node[amenity=food_court] {
    22002204    icon-image: "food/restaurant.png";
Note: See TracChangeset for help on using the changeset viewer.