diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index ebf423f4..4b6356a8 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -91,6 +91,13 @@
{{_i}}Tabs work better than ever. You now have a bordered tabbable available. Also, a container can be turned into a tabbable.{{/i}}
+
+
{{_i}}More{{/i}}
+
+ - Action area for header
.header-actions
+ - Action area for tables
.table-actions
+
+
diff --git a/less/jasny/bootstrap.less b/less/jasny/bootstrap.less
index 1991d8dc..e2d1ee43 100644
--- a/less/jasny/bootstrap.less
+++ b/less/jasny/bootstrap.less
@@ -19,6 +19,7 @@
@import "forms.less";
@import "forms-uneditable.less";
@import "forms-editor.less";
+@import "actions-areas.less";
// Components: Buttons & Alerts
@import "action-links.less";