aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-09-02 12:02:36 -0700
committerMark Otto <[email protected]>2011-09-02 12:02:36 -0700
commitac57331323e8a36ccc25d474859288f0403e669d (patch)
tree2be3083066614c123aa567c816a295244d26b8b5 /lib
parentb9a53b146811ed5cc844aebf563d48bf5b6d2bc5 (diff)
parent60409660d7537a83b6e1d6d66f9aa97e6c531f77 (diff)
downloadbootstrap-ac57331323e8a36ccc25d474859288f0403e669d.tar.xz
bootstrap-ac57331323e8a36ccc25d474859288f0403e669d.zip
resolve
Diffstat (limited to 'lib')
-rw-r--r--lib/preboot.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index 9a1d88b2c..96bca8688 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -240,7 +240,7 @@
background-image: -webkit-linear-gradient(top, @startColor, @endColor); // Safari 5.1+, Chrome 10+
background-image: -o-linear-gradient(top, @startColor, @endColor); // Opera 11.10
background-image: linear-gradient(top, @startColor, @endColor); // The standard
- filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); // IE6 & IE7
+ filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\9",@startColor,@endColor));
}
.directional (@startColor: #555, @endColor: #333, @deg: 45deg) {
background-color: @endColor;
@@ -260,6 +260,7 @@
background-image: -ms-linear-gradient(@startColor, @midColor @colorStop, @endColor);
background-image: -o-linear-gradient(@startColor, @midColor @colorStop, @endColor);
background-image: linear-gradient(@startColor, @midColor @colorStop, @endColor);
+ filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)\9",@startColor,@endColor));
}
}