I\'m using Twitter Bootstrap, and have a Google map.
Images on the map, such as marker are being skewed by the CSS in Bootstrap.
In the Bootstrap CSS there i
There is also an issue with the dropdown selectors for terrain and overlays, adding both these will fix the issues...
#mapCanvas img { max-width: none; } #mapCanvas label { width: auto; display:inline; }
The second style will sort of other issues with the terrain and overlay box in some browsers.