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
Changing the #MapCanvas didn't work for us using gmap4rails gem, but did when we changed to
.map_container img { max-width: none; } .map_container label { width: auto; display:inline; }