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
You want to over-ride the max-width rule in the CSS section by using max-width: none; This seems to be the way around this problem