diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html
index bdecb1eff..7e0a427ef 100644
--- a/docs/_includes/js/modal.html
+++ b/docs/_includes/js/modal.html
@@ -219,7 +219,7 @@ $('#myModal').on('shown.bs.modal', function () {
{% endhighlight %}
Using the grid system
- To take advantage of the Bootstrap grid system within a modal, just nest .container-fluid within the .modal-body and then use the normal grid system classes within this container.
+ To take advantage of the Bootstrap grid system within a modal, just nest .rows within the .modal-body and then use the normal grid system classes.
@@ -229,28 +229,26 @@ $('#myModal').on('shown.bs.modal', function () {
Modal title
-
-
-
.col-md-4
-
.col-md-4 .col-md-offset-4
-
-
-
.col-md-3 .col-md-offset-3
-
.col-md-2 .col-md-offset-4
-
-
-
.col-md-6 .col-md-offset-3
-
-
-
- Level 1: .col-sm-9
-
-
- Level 2: .col-xs-8 .col-sm-6
-
-
- Level 2: .col-xs-4 .col-sm-6
-
+
+
.col-md-4
+
.col-md-4 .col-md-offset-4
+
+
+
.col-md-3 .col-md-offset-3
+
.col-md-2 .col-md-offset-4
+
+
+
.col-md-6 .col-md-offset-3
+
+
+
+ Level 1: .col-sm-9
+
+
+ Level 2: .col-xs-8 .col-sm-6
+
+
+ Level 2: .col-xs-4 .col-sm-6
@@ -277,28 +275,26 @@ $('#myModal').on('shown.bs.modal', function () {
Modal title
-
-
-
.col-md-4
-
.col-md-4 .col-md-offset-4
-
-
-
.col-md-3 .col-md-offset-3
-
.col-md-2 .col-md-offset-4
-
-
-
.col-md-6 .col-md-offset-3
-
-
-
- Level 1: .col-sm-9
-
-
- Level 2: .col-xs-8 .col-sm-6
-
-
- Level 2: .col-xs-4 .col-sm-6
-
+
+
.col-md-4
+
.col-md-4 .col-md-offset-4
+
+
+
.col-md-3 .col-md-offset-3
+
.col-md-2 .col-md-offset-4
+
+
+
.col-md-6 .col-md-offset-3
+
+
+
+ Level 1: .col-sm-9
+
+
+ Level 2: .col-xs-8 .col-sm-6
+
+
+ Level 2: .col-xs-4 .col-sm-6