From 674757b995ff3aba9c77fe7681fd098f3aa5c2f3 Mon Sep 17 00:00:00 2001 From: Mattias Bengtsson Date: Wed, 12 Dec 2012 19:00:21 +0100 Subject: [PATCH] Smaller inner border radius. --- dist/leaflet.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dist/leaflet.css b/dist/leaflet.css index 56308e83..4c9b6be1 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -218,13 +218,13 @@ .leaflet-control-zoom-in { border-bottom: 1px solid #aaa; font: bold 18px/24px Arial, Helvetica, sans-serif; - -webkit-border-radius: 5px 5px 0 0; - border-radius: 5px 5px 0 0; + -webkit-border-radius: 4px 4px 0 0; + border-radius: 4px 4px 0 0; } .leaflet-control-zoom-out { font: bold 23px/20px Tahoma, Verdana, sans-serif; - -webkit-border-radius: 0 0 5px 5px; - border-radius: 0 0 5px 5px; + -webkit-border-radius: 0 0 4px 4px; + border-radius: 0 0 4px 4px; } .leaflet-control-zoom a.leaflet-control-zoom-disabled { cursor: default;