Index: trunk/styles_nodist/potlatch2/prelude.css
===================================================================
--- trunk/styles_nodist/potlatch2/prelude.css	(revision 10565)
+++ trunk/styles_nodist/potlatch2/prelude.css	(revision 10706)
@@ -26,23 +26,23 @@
 
 relation[restriction=no_left_turn] {
-    icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.png";
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_left_turn.svg";
 }
 relation[restriction=no_right_turn] {
-    icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.png";
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_right_turn.svg";
 }
 relation[restriction=no_straight_on] {
-    icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.png";
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_straight_on.svg";
 }
 relation[restriction=no_u_turn] {
-    icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.png";
+    icon-image: "presets/vehicle/restriction/turn_restrictions/no_u_turn.svg";
 }
 relation[restriction=only_left_turn] {
-    icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.png";
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_left_turn.svg";
 }
 relation[restriction=only_right_turn] {
-    icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.png";
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_right_turn.svg";
 }
 relation[restriction=only_straight_on] {
-    icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.png";
+    icon-image: "presets/vehicle/restriction/turn_restrictions/only_straight_on.svg";
 }
 
