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; }