diff options
| author | Jacob Thornton <[email protected]> | 2011-09-02 12:01:41 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-02 12:01:41 -0700 |
| commit | 60409660d7537a83b6e1d6d66f9aa97e6c531f77 (patch) | |
| tree | 255a6791e520986d4193275c95ad6e0af0c7e003 /lib | |
| parent | db43777ddf2a72146621f385f54cba0d4103f80d (diff) | |
| download | bootstrap-60409660d7537a83b6e1d6d66f9aa97e6c531f77.tar.xz bootstrap-60409660d7537a83b6e1d6d66f9aa97e6c531f77.zip | |
\9 for 8 or less ie
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/preboot.less | 3 |
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)); } } |
