43a2ddd2e3
not needed actually : just @ import (or not) the file(s)
18 lines
No EOL
299 B
Text
18 lines
No EOL
299 B
Text
/* ----------------------------- */
|
|
/* ==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;
|
|
} |