From 49b0e87185c5a7ab4485490d9dbbe3defdbb9239 Mon Sep 17 00:00:00 2001 From: raphaelgoetter Date: Mon, 21 Oct 2013 09:54:59 +0200 Subject: [PATCH] typo correction --- css/knacss.css | 2 +- less/01-base.less | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */