aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-05-14 13:16:33 -0700
committerMark Otto <[email protected]>2015-05-14 13:16:33 -0700
commit33a578070bc8d699ee91c8dcbec1f4af2e60a263 (patch)
treef2065ad702f7f1c33f9a7585715c043a09d10021
parentdbaffd43c08e60208c2a56cfe102006675ccabd8 (diff)
parentb12d4bfa9a974d96a6a47fcb1fbaea264439b4b8 (diff)
downloadbootstrap-33a578070bc8d699ee91c8dcbec1f4af2e60a263.tar.xz
bootstrap-33a578070bc8d699ee91c8dcbec1f4af2e60a263.zip
Merge pull request #119 from twbs/fat-fix-dist-css
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;