Skip to content

Commit

Permalink
[fix] Fix css to fix that messed up map zoom controler.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomoka Baba committed Apr 20, 2015
1 parent 9c814fb commit 7dc7851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/kodamaps.css
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 7dc7851

Please sign in to comment.