]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Permanent proper fix for dist-css
authorChris Rebert <code@rebertia.com>
Fri, 15 May 2015 19:11:15 +0000 (12:11 -0700)
committerChris Rebert <code@rebertia.com>
Fri, 15 May 2015 19:12:29 +0000 (12:12 -0700)
Bump mq4-hover-shim to ^0.2.0

Revert "fix dist css"
This reverts commit b12d4bfa9a974d96a6a47fcb1fbaea264439b4b8.

package.json
scss/_custom-forms.scss

index 5599e0fadffe3602c2110800847d6b51036ca393..c19bd8d89ec9e1839d27f9bb02c5b1b5683ea63f 100644 (file)
@@ -64,7 +64,7 @@
     "grunt-stamp": "^0.1.0",
     "load-grunt-tasks": "~3.1.0",
     "markdown-it": "^4.0.1",
-    "mq4-hover-shim": "^0.1.0",
+    "mq4-hover-shim": "^0.2.0",
     "npm-shrinkwrap": "^200.1.0",
     "time-grunt": "^1.1.0"
   },
index ceda7297938184f53f2eee153e801d0399f89b55..64dd7368306a3e365b61ae419eb9e25a60026d1b 100644 (file)
 }
 
 // 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;