From 7dc7851f50c985177b094a1fc69de4f133d67cea Mon Sep 17 00:00:00 2001 From: Tomoka Baba Date: Mon, 20 Apr 2015 19:05:34 +0900 Subject: [PATCH] [fix] Fix css to fix that messed up map zoom controler. --- css/kodamaps.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/kodamaps.css b/css/kodamaps.css index 7cd739a..0201bae 100644 --- a/css/kodamaps.css +++ b/css/kodamaps.css @@ -1,9 +1,9 @@ -#map_canvas lavel { +[id^="map_canvas"] lavel { width: auto; display: inline; } -#map_canvas img { +[id^="map_canvas"] img { max-width: none; max-height: none; }