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
Give your map canvas div an id of map_canvas.
map_canvas
This bootstrap commit includes the max-width: none fix for the id map_canvas (but it won't work for mapCanvas).
max-width: none
mapCanvas