From: fat Date: Thu, 14 May 2015 20:13:33 +0000 (-0700) Subject: fix dist css X-Git-Tag: v4.0.0-alpha~218^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8;p=thirdparty%2Fbootstrap.git fix dist css --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 64dd736830..ceda729793 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -213,7 +213,7 @@ } // IE9 hack to hide the arrow -@media screen and (min-width:0\0) { +@media screen and ("min-width:0\0") { .select select { z-index: 1; padding: .5rem 1.5rem .5rem 1rem;