aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-06-29 07:40:14 -0700
committerMark Otto <[email protected]>2011-06-29 07:40:14 -0700
commit5f818d3d22adfdd2db23dc373824a64baaebfac0 (patch)
tree961ba86ae547c2cfe8bb8efb23a791960c9b2b80 /lib/preboot.less
parenta878b83e69f069ed62fb1c9766dd17e90727f5fa (diff)
downloadbootstrap-5f818d3d22adfdd2db23dc373824a64baaebfac0.tar.xz
bootstrap-5f818d3d22adfdd2db23dc373824a64baaebfac0.zip
bunch of small tweaks, fixed a typo
Diffstat (limited to 'lib/preboot.less')
-rw-r--r--lib/preboot.less4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index a352a4ff8..91f751ecc 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -221,8 +221,8 @@
background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, @startColor), color-stop(100%, @endColor)); // Safari 4+, Chrome 2+
background-image: -webkit-linear-gradient(left, @startColor, @endColor); // Safari 5.1+, Chrome 10+
background-image: -o-linear-gradient(left, @startColor, @endColor); // Opera 11.10
- filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor)); /* IE6 & IE7 */
-ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor); /* IE8+ */
+ filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=1)",@startColor,@endColor)); /* IE6 & IE7 */
background-image: linear-gradient(left, @startColor, @endColor); // Le standard
}
.vertical (@startColor: #555, @endColor: #333) {
@@ -234,8 +234,8 @@
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, @startColor), color-stop(100%, @endColor)); /* Safari 4+, Chrome 2+ */
background-image: -webkit-linear-gradient(@startColor, @endColor); /* Safari 5.1+, Chrome 10+ */
background-image: -o-linear-gradient(@startColor, @endColor); /* Opera 11.10 */
- filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); /* IE6 & IE7 */
-ms-filter: %("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor); /* IE8+ */
+ filter: e(%("progid:DXImageTransform.Microsoft.gradient(startColorstr='%d', endColorstr='%d', GradientType=0)",@startColor,@endColor)); /* IE6 & IE7 */
background-image: linear-gradient(@startColor, @endColor); /* the standard */
}
.directional (@startColor: #555, @endColor: #333, @deg: 45deg) {