diff options
| author | Chris Rebert <[email protected]> | 2015-05-15 12:11:15 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-05-15 12:12:29 -0700 |
| commit | 62da5947a8b5d0b40e15073fc4f9f98c2139af99 (patch) | |
| tree | a84de92ad06de2916cb93541b0030d3ba9b2e3df /scss | |
| parent | 33a578070bc8d699ee91c8dcbec1f4af2e60a263 (diff) | |
| download | bootstrap-62da5947a8b5d0b40e15073fc4f9f98c2139af99.tar.xz bootstrap-62da5947a8b5d0b40e15073fc4f9f98c2139af99.zip | |
Permanent proper fix for dist-css
Bump mq4-hover-shim to ^0.2.0
Revert "fix dist css"
This reverts commit b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8.
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_custom-forms.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index ceda72979..64dd73683 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; |
