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
With Bootstrap 2.0, this seemed to do the trick:
#mapCanvas img { max-width: none; }