diff options
| author | Jacob Thornton <[email protected]> | 2011-08-19 12:15:15 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-08-19 12:15:15 -0700 |
| commit | 15ad86b7136f9f17cf4a56ecc0dbd74ebf1b9357 (patch) | |
| tree | 3d772385a2d46d23ef7e4a62cdbaad5a05f11d39 | |
| parent | 19bbc01f2e5ecd4a5c9b3e695b6996dab3c03eac (diff) | |
| parent | a3b09530fb31cfe6bd14d49965c19e8f89c1b023 (diff) | |
| download | bootstrap-15ad86b7136f9f17cf4a56ecc0dbd74ebf1b9357.tar.xz bootstrap-15ad86b7136f9f17cf4a56ecc0dbd74ebf1b9357.zip | |
Merge branch 'master' of github.com:twitter/bootstrap
| -rw-r--r-- | lib/preboot.less | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/preboot.less b/lib/preboot.less index e7d5cad68..38b81f701 100644 --- a/lib/preboot.less +++ b/lib/preboot.less @@ -255,6 +255,9 @@ background-image: -webkit-gradient(linear, 0 0, 0 100%, from(@startColor), color-stop(@colorStop, @midColor), to(@endColor)); background-image: -webkit-linear-gradient(@startColor, color-stop(@colorStop, @midColor), @endColor); background-image: -moz-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor); + background-image: -ms-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor); + background-image: -o-linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor); + background-image: linear-gradient(@startColor, color-stop(@midColor, @colorStop), @endColor); } } |
