better traffic styling
diff --git a/web/ons-demo/js/app.js b/web/ons-demo/js/app.js
index 4afa6e8..ab5cfda 100644
--- a/web/ons-demo/js/app.js
+++ b/web/ons-demo/js/app.js
@@ -84,7 +84,7 @@
 		});
 		return line(pts);
 	})
-	.attr('stroke-dasharray', '10, 10')
+	.attr('stroke-dasharray', '3, 10')
 	.append('svg:animate')
 	.attr('attributeName', 'stroke-dashoffset')
 	.attr('attributeType', 'xml')