The info window sprite sheet image resides in a div that is ancestor
to the #profilediv. So the css rule does not apply to the image
wanted.
You could write the rule for #map_canvas.
To override the template rule you can also use !important attribute.
#content img {
max-width: 1144px !important;
}
that gives priority for your rule.
--
You received this message because you are subscribed to the Google Groups
"Google Maps API V2" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-maps-api?hl=en.