From 37dd5ff6fffce1c65fd8cb0ce952b5fdfcd1258b Mon Sep 17 00:00:00 2001 From: Gilles Jacobs Date: Tue, 9 Dec 2014 20:44:33 +0100 Subject: [PATCH] square corners --- map.css | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/map.css b/map.css index 3b7a2bf..0da029d 100644 --- a/map.css +++ b/map.css @@ -10,10 +10,8 @@ html, body { height: 100%; } -.gmnoprint, .gm-style-cc { - display: none; -} - -#resto-popup { +.leaflet-popup-content-wrapper, +.leaflet-control-zoom-in, +.leaflet-control-zoom-out { border-radius: 0px; }