Changeset 10565 in josm for trunk/styles_nodist/potlatch2
- Timestamp:
- 2016-07-19T20:14:39+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles_nodist/potlatch2/prelude.css
r9342 r10565 26 26 27 27 relation[restriction=no_left_turn] { 28 icon-image: " vehicle/restriction/turn_restrictions/no_left_turn.png";28 icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.png"; 29 29 } 30 30 relation[restriction=no_right_turn] { 31 icon-image: " vehicle/restriction/turn_restrictions/no_right_turn.png";31 icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.png"; 32 32 } 33 33 relation[restriction=no_straight_on] { 34 icon-image: " vehicle/restriction/turn_restrictions/no_straight_on.png";34 icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.png"; 35 35 } 36 36 relation[restriction=no_u_turn] { 37 icon-image: " vehicle/restriction/turn_restrictions/no_u_turn.png";37 icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.png"; 38 38 } 39 39 relation[restriction=only_left_turn] { 40 icon-image: " vehicle/restriction/turn_restrictions/only_left_turn.png";40 icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.png"; 41 41 } 42 42 relation[restriction=only_right_turn] { 43 icon-image: " vehicle/restriction/turn_restrictions/only_right_turn.png";43 icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.png"; 44 44 } 45 45 relation[restriction=only_straight_on] { 46 icon-image: " vehicle/restriction/turn_restrictions/only_straight_on.png";46 icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.png"; 47 47 } 48 48
Note:
See TracChangeset
for help on using the changeset viewer.