From 93f46bf65675b7157e0368fc9dab46a83d84a58a Mon Sep 17 00:00:00 2001 From: jacobtoye Date: Tue, 29 Jan 2013 14:00:26 +1300 Subject: [PATCH] Using hex color instead of rgba to support oldie. --- dist/leaflet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/leaflet.css b/dist/leaflet.css index 59837d5d..2410992d 100644 --- a/dist/leaflet.css +++ b/dist/leaflet.css @@ -197,7 +197,7 @@ } .leaflet-bar a { background-color: #fff; - border-bottom: 1px solid rgba(0,0,0,0.2); + border-bottom: 1px solid #ccc; width: 26px; height: 26px; line-height: 26px;