KNACSS/future-proof/css-includes/10-gmaps.css
2014-05-22 20:36:58 +02:00

19 lines
300 B
CSS

/* ----------------------------- */
/* ==gmaps support */
/* ----------------------------- */
/* Google Gmap3 bug fix on images */
.gm-style img {
height: 100%;
}
:not(.gm-style) img {
height: auto;
}
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
max-width: none !important;
}