]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
adding o/ms gradient and unprefixed one 1/head
authorDivya Manian <divya.manian@gmail.com>
Fri, 19 Aug 2011 19:53:19 +0000 (12:53 -0700)
committerDivya Manian <divya.manian@gmail.com>
Fri, 19 Aug 2011 19:53:19 +0000 (12:53 -0700)
lib/preboot.less

index e7d5cad6856c84213fa3427b6885757b45819df1..38b81f7015eeab2bd6a395c9258ce4d41d60c153 100644 (file)
     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);
   }
 }