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
I also had to turn box-shadow off, and because of the order of my includes, I added the !important flag.
#mapCanvas img { max-width: none !important; box-shadow: none !important; }