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 is:
img {
border: 0 none;
height: auto;
max-width: 100%;
}
when i disable the max-width property using firebug the marker image appears as normal. How can i prevent the bootstrap css affecting the google maps images.?