0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Merge pull request #120 from twbs/really-fix-dist-css

Really fix dist-css
This commit is contained in:
Chris Rebert 2015-05-15 15:12:15 -07:00
commit 3fe894ba36
4 changed files with 6 additions and 6 deletions

View 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"
},

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;

View File

@ -77,7 +77,7 @@
// }
// IE9 hacks to accompany custom markup. We don't need to scope this via media queries, but I feel better doing it anyway.
@media screen and ("min-width:0\0") {
@media screen and (min-width:0\0) {
.progress {
background-color: #eee;
@include border-radius($border-radius-base);
@ -116,7 +116,7 @@
@include gradient-striped();
background-size: $spacer-y $spacer-y;
}
@media screen and ("min-width:0\0") {
@media screen and (min-width:0\0) {
.progress-bar-striped {
@include gradient-striped();
background-size: $spacer-y $spacer-y;
@ -134,7 +134,7 @@
.progress-animated[value]::-moz-progress-bar {
animation: progress-bar-stripes 2s linear infinite;
}
@media screen and ("min-width:0\0") {
@media screen and (min-width:0\0) {
.progress-animated .progress-bar-striped {
animation: progress-bar-stripes 2s linear infinite;
}

View File

@ -9,7 +9,7 @@
background-color: $color;
}
@media screen and ("min-width:0\0") {
@media screen and (min-width:0\0) {
.progress-bar {
background-color: $color;
}