diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index df4dc7ff283200da7167e7f5c81cbea60bf8ae23..db1e03bdef6bd6df0508c7afe9177b31ad103c5d 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/less/mixins.less b/less/mixins.less
index 3cf1a3704096283e76fb14e2094bf85b9ea70107..cea318c28be21d1833f038e08925c8f742a4ac99 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;