Changeset 9550 in josm for trunk/styles


Ignore:
Timestamp:
2016-01-20T22:01:44+01:00 (9 years ago)
Author:
Klumbumbus
Message:

fix #12372 - add shop=cosmetics and shop=perfumery to preset and mappaint style (icons by zermes), move old icons to nodist folder; see also [o32009]

File:
1 edited

Legend:

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

    r9523 r9550  
    19581958area[shop=bed],
    19591959area[shop=beauty],
     1960area[shop=cosmetics],
     1961area[shop=perfumery],
    19601962area[shop=tea],
    19611963area[shop=coffee],
     
    23262328node[shop=beauty] {
    23272329    icon-image: "shop/beauty.svg";
     2330    set icon_z17;
     2331    text: auto;
     2332}
     2333node[shop=cosmetics] {
     2334    icon-image: "shop/cosmetics.svg";
     2335    set icon_z17;
     2336    text: auto;
     2337}
     2338node[shop=perfumery] {
     2339    icon-image: "shop/perfumery.svg";
    23282340    set icon_z17;
    23292341    text: auto;
Note: See TracChangeset for help on using the changeset viewer.