Ignore:
Timestamp:
2014-07-10T21:01:15+02:00 (10 years ago)
Author:
bastiK
Message:

see #10246 - replace icons by svg version

File:
1 edited

Legend:

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

    r7296 r7301  
    16921692}
    16931693node[shop=pet] {
    1694     icon-image: "shop/pet.png";
     1694    icon-image: "shop/pet.svg";
    16951695    text: auto;
    16961696}
    16971697node[shop=ticket] {
    1698     icon-image: "shop/ticket.png";
     1698    icon-image: "shop/ticket.svg";
    16991699    text: auto;
    17001700}
    17011701node[shop=interior_decoration] {
    1702     icon-image: "shop/interior_decoration.png";
     1702    icon-image: "shop/interior_decoration.svg";
    17031703    text: auto;
    17041704}
    17051705node[shop=car_parts] {
    1706     icon-image: "vehicle/car_parts.png";
     1706    icon-image: "vehicle/car_parts.svg";
    17071707    text: auto;
    17081708}
     
    17121712}
    17131713node[shop=bed] {
    1714     icon-image: "shop/bed.png";
     1714    icon-image: "shop/bed.svg";
    17151715    text: auto;
    17161716}
    17171717node[shop=beauty] {
    1718     icon-image: "shop/beauty.png";
     1718    icon-image: "shop/beauty.svg";
    17191719    text: auto;
    17201720}
    17211721node[shop=tea] {
    1722     icon-image: "shop/groceries/tea.png";
     1722    icon-image: "shop/groceries/tea.svg";
    17231723    text: auto;
    17241724}
    17251725node[shop=coffee] {
    1726     icon-image: "shop/groceries/coffee.png";
     1726    icon-image: "shop/groceries/coffee.svg";
    17271727    text: auto;
    17281728}
    17291729node[shop=bag] {
    1730     icon-image: "shop/bag.png";
     1730    icon-image: "shop/bag.svg";
    17311731    text: auto;
    17321732}
Note: See TracChangeset for help on using the changeset viewer.