diff options
| author | Divya Manian <[email protected]> | 2011-08-19 12:53:19 -0700 |
|---|---|---|
| committer | Divya Manian <[email protected]> | 2011-08-19 12:53:19 -0700 |
| commit | 36b41f2e7a47bb2b7ffdf5bdb2d965ee73d35255 (patch) | |
| tree | 0c92b56c7ae28d9c613ed2c30912f174ebeb6844 /lib/preboot.less | |
| parent | 1a805151da1217e57f4cb655ee6567414162add0 (diff) | |
| download | bootstrap-36b41f2e7a47bb2b7ffdf5bdb2d965ee73d35255.tar.xz bootstrap-36b41f2e7a47bb2b7ffdf5bdb2d965ee73d35255.zip | |
adding o/ms gradient and unprefixed one
Diffstat (limited to 'lib/preboot.less')
| -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); } } |
