From 81df223511614046a279e55ee6a0ba4d0604e58c Mon Sep 17 00:00:00 2001 From: Tom MacWright Date: Tue, 13 Nov 2012 17:57:02 -0500 Subject: [PATCH] Bevel join lines --- css/map.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/map.css b/css/map.css index d9d858359..2323d6902 100644 --- a/css/map.css +++ b/css/map.css @@ -36,6 +36,7 @@ circle.teaser-point { .casing { stroke: #111; stroke-linecap:round; + stroke-linejoin:bevel; stroke-width: 3; } @@ -48,6 +49,7 @@ circle.teaser-point { .stroke { stroke: #555; stroke-linecap:round; + stroke-linejoin:bevel; stroke-width: 2; }