19 lines
267 B
CSS
19 lines
267 B
CSS
|
/* ----------------------------- */
|
||
|
|
||
|
/* ==gmaps support */
|
||
|
|
||
|
/* ----------------------------- */
|
||
|
|
||
|
.gm-style img {
|
||
|
height: 100%;
|
||
|
}
|
||
|
|
||
|
:not(.gm-style) img {
|
||
|
height: auto;
|
||
|
}
|
||
|
|
||
|
.gm-style img,
|
||
|
.gmnoscreen img,
|
||
|
.gmnoprint img {
|
||
|
max-width: none !important;
|
||
|
}
|