KNACSS/less/_10-gmaps.less

18 lines
299 B
Plaintext
Raw Normal View History

2014-05-03 14:03:41 +02:00
/* ----------------------------- */
/* ==gmaps support */
/* ----------------------------- */
/* Google Gmap3 bug fix on images */
.gm-style img {
height: 100%;
2014-05-07 10:45:47 +02:00
}
:not(.gm-style) img {
height: auto;
}
.gm-style img,
.gmnoscreen img,
.gmnoprint img {
max-width: none !important;
}