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; } diff --git a/examples/overlay-and-popup.html b/examples/anchored-elements.html similarity index 86% rename from examples/overlay-and-popup.html rename to examples/anchored-elements.html index 067adbf8b4..5d7b25b747 100644 --- a/examples/overlay-and-popup.html +++ b/examples/anchored-elements.html @@ -80,7 +80,7 @@ margin-left: -13px; } -
See the - overlay-and-popup.js source + anchored-elements.js source to see how this is done.