diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index e081f80dff..742eceea93 100644
Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ
diff --git a/docs/base-css.html b/docs/base-css.html
index 739b9fa4aa..d44b658913 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1298,44 +1298,44 @@ For example, <code>section</code> should be wrapped as inline.
Button
-
Class
+
class=""
Description
-
.btn
+
btn
Standard gray button with gradient
-
.btn-primary
+
btn btn-primary
Provides extra visual weight and identifies the primary action in a set of buttons
-
.btn-info
+
btn btn-info
Used as an alternate to the default styles
-
.btn-success
+
btn btn-success
Indicates a successful or positive action
-
.btn-warning
+
btn btn-warning
Indicates caution should be taken with this action
-
.btn-danger
+
btn btn-danger
Indicates a dangerous or potentially negative action
-
.btn-inverse
+
btn btn-inverse
Alternate dark gray button, not tied to a semantic action or use