From 4cade885f84728de8ffe0482f491cc556e5d1b06 Mon Sep 17 00:00:00 2001 From: Raphael Goetter Date: Sun, 20 Apr 2014 19:53:16 +0200 Subject: [PATCH] supp !important on :not(.gm-style) img rule --- less/01-base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/01-base.less b/less/01-base.less index 558f536..918a013 100644 --- a/less/01-base.less +++ b/less/01-base.less @@ -237,7 +237,7 @@ table { margin-bottom: 1.5em; } /* Google Gmap3 bug fix on images */ :not(.gm-style) img { - height: auto !important; + height: auto; } .ie678 .gm-style img { height: 100%; /* IE678 hack */