Commit 15ad86b7 authored by Jacob Thornton's avatar Jacob Thornton
Browse files

Merge branch 'master' of github.com:twitter/bootstrap

parents 19bbc01f a3b09530
Showing with 3 additions and 0 deletions
+3 -0
......@@ -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);
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment