From 9af78dd2fe38fbc279e7b761e0256e56814ba82d Mon Sep 17 00:00:00 2001 From: Marc Jansen Date: Wed, 23 Jan 2013 08:14:55 +0100 Subject: [PATCH] Adjust border-radius of zoom buttons. --- css/ol.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/ol.css b/css/ol.css index 435276a222..5e679f5ddc 100644 --- a/css/ol.css +++ b/css/ol.css @@ -78,8 +78,8 @@ } } .ol-zoom-in { - border-radius: 4px 4px 0 0; + border-radius: 2px 2px 0 0; } .ol-zoom-out { - border-radius: 0 0 4px 4px; + border-radius: 0 0 2px 2px; }