From d103c839ba20b5b56407b80938cea1e86985d782 Mon Sep 17 00:00:00 2001 From: Chris Rebert Date: Thu, 1 Oct 2015 11:17:16 -0700 Subject: [PATCH] Apply updates to javascript/index.html --- javascript/index.html | 107 ++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 55 deletions(-) diff --git a/javascript/index.html b/javascript/index.html index 4cab57ae82..0d72e418f5 100644 --- a/javascript/index.html +++ b/javascript/index.html @@ -408,7 +408,7 @@ </div>

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.