aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-08-21 20:42:54 -0700
committerJacob Thornton <[email protected]>2011-08-21 20:42:54 -0700
commit2f6f9ec6e05348ab68859ebf043a0d22d8956efc (patch)
tree7929bb46b5725c4b3476f34dd48ff230098db3d7 /lib/preboot.less
parent0e92acd9fffd144445c403f8d725de51adf6bf2e (diff)
parent34a19915f4f8b53eb7a5f2ffa4c87f7d47853827 (diff)
downloadbootstrap-2f6f9ec6e05348ab68859ebf043a0d22d8956efc.tar.xz
bootstrap-2f6f9ec6e05348ab68859ebf043a0d22d8956efc.zip
Merge branch 'misc_css_fixes' of github.com:twitter/bootstrap into misc_css_fixes
Conflicts: lib/forms.less
Diffstat (limited to 'lib/preboot.less')
-rw-r--r--lib/preboot.less4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/preboot.less b/lib/preboot.less
index 20ded0547..129acf6f7 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -224,8 +224,6 @@
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
- -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) {
@@ -237,8 +235,6 @@
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
- -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) {