Skip to content

Commit

Permalink
[DEBUG] #29 Legend size bug with Chromium / Chrome
Browse files Browse the repository at this point in the history
The width of legend images are different between Firefox and Chromium /
Chrome. This difference was due to bootstrap max-width css value.
  • Loading branch information
rldhont committed Jan 31, 2014
1 parent 5bcb71c commit 41248ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lizmap/www/css/map.css
Original file line number Diff line number Diff line change
Expand Up @@ -603,6 +603,7 @@ Timemanager
}
#switcher div.legendGraphics img{
position: relative;
max-width: none;
}
#switcher .treeTable td a.expander {
font-size : 1em;
Expand Down

0 comments on commit 41248ce

Please sign in to comment.