aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <[email protected]>2015-05-14 13:13:33 -0700
committerfat <[email protected]>2015-05-14 13:13:33 -0700
commitb12d4bfa9a974d96a6a47fcb1fbaea264439b4b8 (patch)
treef2065ad702f7f1c33f9a7585715c043a09d10021
parentdbaffd43c08e60208c2a56cfe102006675ccabd8 (diff)
downloadbootstrap-b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8.tar.xz
bootstrap-b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8.zip
fix dist css
-rw-r--r--scss/_custom-forms.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 64dd73683..ceda72979 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;