1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-09 05:00:45 +02:00

Permanent proper fix for dist-css

Bump mq4-hover-shim to ^0.2.0

Revert "fix dist css"
This reverts commit b12d4bfa9a.
This commit is contained in:
Chris Rebert
2015-05-15 12:11:15 -07:00
parent 33a578070b
commit 62da5947a8
2 changed files with 2 additions and 2 deletions

View File

@@ -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;