diff options
| author | Jacob Rask <[email protected]> | 2012-02-19 21:42:12 +0100 |
|---|---|---|
| committer | Jacob Rask <[email protected]> | 2012-02-19 21:42:12 +0100 |
| commit | ad546c9631075cc411345b9063eee651e82432a5 (patch) | |
| tree | cb73b1a57ef3d210a10d9652f46ca00af934b6f0 | |
| parent | ac6e667ad9ae57c5caa977fd6593a2299887737a (diff) | |
| download | bootstrap-ad546c9631075cc411345b9063eee651e82432a5.tar.xz bootstrap-ad546c9631075cc411345b9063eee651e82432a5.zip | |
Add Opera-prefixed radial gradient
Tested and works in Opera 11.61
| -rw-r--r-- | docs/assets/bootstrap.zip | bin | 53408 -> 53408 bytes | |||
| -rw-r--r-- | less/mixins.less | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip Binary files differindex df4dc7ff2..db1e03bde 100644 --- a/docs/assets/bootstrap.zip +++ b/docs/assets/bootstrap.zip 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; |
