From 5aa961388d97257d5a2f5ee58c0b77f8f56e7956 Mon Sep 17 00:00:00 2001 From: FrozenCow Date: Wed, 27 Jul 2011 19:49:43 +0200 Subject: [PATCH] Removed unnecessary !important from css. --- web/css/dynmap_style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/css/dynmap_style.css b/web/css/dynmap_style.css index 304b5287..ec8bb9d6 100644 --- a/web/css/dynmap_style.css +++ b/web/css/dynmap_style.css @@ -15,7 +15,7 @@ * Leaflet overrides */ .leaflet-control-zoom-in { - background-image: url(../images/zoom-in.png) !important; + background-image: url(../images/zoom-in.png); } .leaflet-control-zoom-out {