diff --git a/css/knacss.css b/css/knacss.css index 450830c..74b977d 100644 --- a/css/knacss.css +++ b/css/knacss.css @@ -175,7 +175,7 @@ img { } /* Google Gmap3 bug fix on images */ :not(.gm-style) img { - heigth: auto !important; + height: auto !important; } .ie678 .gm-style img { height: 100%; /* IE678 hack */ diff --git a/less/01-base.less b/less/01-base.less index 58441bf..4f4e43b 100644 --- a/less/01-base.less +++ b/less/01-base.less @@ -144,7 +144,7 @@ img { } /* Google Gmap3 bug fix on images */ :not(.gm-style) img { - heigth: auto !important; + height: auto !important; } .ie678 .gm-style img { height: 100%; /* IE678 hack */