Commit 5f2d2893 authored by Mark Otto's avatar Mark Otto

Merge branch 'opera-radial' of https://github.com/jacobrask/bootstrap into jacobrask-opera-radial

Conflicts:
	docs/assets/bootstrap.zip
parents 8482cc4c ad546c96
......@@ -509,8 +509,8 @@
background-image: -webkit-radial-gradient(circle, @innerColor, @outerColor);
background-image: -moz-radial-gradient(circle, @innerColor, @outerColor);
background-image: -ms-radial-gradient(circle, @innerColor, @outerColor);
background-image: -o-radial-gradient(circle, @innerColor, @outerColor);
background-repeat: no-repeat;
// Opera cannot do radial gradients yet
}
.striped(@color, @angle: -45deg) {
background-color: @color;
......
Markdown is supported
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