aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Rask <[email protected]>2012-02-19 21:42:12 +0100
committerJacob Rask <[email protected]>2012-02-19 21:42:12 +0100
commitad546c9631075cc411345b9063eee651e82432a5 (patch)
treecb73b1a57ef3d210a10d9652f46ca00af934b6f0
parentac6e667ad9ae57c5caa977fd6593a2299887737a (diff)
downloadbootstrap-ad546c9631075cc411345b9063eee651e82432a5.tar.xz
bootstrap-ad546c9631075cc411345b9063eee651e82432a5.zip
Add Opera-prefixed radial gradient
Tested and works in Opera 11.61
-rw-r--r--docs/assets/bootstrap.zipbin53408 -> 53408 bytes
-rw-r--r--less/mixins.less2
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index df4dc7ff2..db1e03bde 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/less/mixins.less b/less/mixins.less
index 3cf1a3704..cea318c28 100644
--- a/less/mixins.less
+++ b/less/mixins.less
@@ -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;