aboutsummaryrefslogtreecommitdiff
path: root/lib/preboot.less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2011-08-21 17:30:45 -0700
committerMark Otto <[email protected]>2011-08-21 17:30:45 -0700
commit2aeed35f24ad1ba3fa07c4d76fa3664dda91508a (patch)
tree35a66e80d9a0b50c16e651cbcd3333ec10762c48 /lib/preboot.less
parent72899a4ee8f9c3b75ba5e015d6c88f5154705c62 (diff)
downloadbootstrap-2aeed35f24ad1ba3fa07c4d76fa3664dda91508a.tar.xz
bootstrap-2aeed35f24ad1ba3fa07c4d76fa3664dda91508a.zip
pull filter gradients out completely because IE can't render them correctly in half of all instances and they are performance problems with them; tweak alert message styles, particularly close button;
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 b90021ebe..40dae2cce 100644
--- a/lib/preboot.less
+++ b/lib/preboot.less
@@ -223,8 +223,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) {
@@ -236,8 +234,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) {