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

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

Conflicts:
	docs/assets/bootstrap.zip
parents 8482cc4c ad546c96
2 merge requests!21422.0.2 wip,!1952Tabulation navigation with Typeahead
Showing with 1 addition and 1 deletion
+1 -1
No preview for this file type
......@@ -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;
......
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