diff --git a/docs/templates/pages/index.mustache b/docs/templates/pages/index.mustache
index d131b76a..ff3321ea 100644
--- a/docs/templates/pages/index.mustache
+++ b/docs/templates/pages/index.mustache
@@ -38,7 +38,6 @@
-<<<<<<< HEAD
{{_i}}What's different?{{/i}}
@@ -89,6 +88,7 @@
- Action area for header
.header-actions
- Action area for tables
.table-actions
+ - Fixed margin for modal forms
diff --git a/less/jasny/bootstrap.less b/less/jasny/bootstrap.less
index e2d1ee43..49159254 100644
--- a/less/jasny/bootstrap.less
+++ b/less/jasny/bootstrap.less
@@ -28,3 +28,6 @@
// Components: Nav
@import "navs-tabbable.less";
+
+// Components: Popovers
+@import "modals.less";