]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarify number of columns in nested grid
authorMark Otto <otto@github.com>
Sun, 15 Dec 2013 21:08:17 +0000 (13:08 -0800)
committerMark Otto <otto@github.com>
Sun, 15 Dec 2013 21:08:17 +0000 (13:08 -0800)
css.html

index 8c8e30a7a04ef3c51919844d558fdf3a15badd7b..4bf8cf7ab68158c57d59385d1167e7a6cbbb0f39 100644 (file)
--- a/css.html
+++ b/css.html
@@ -403,7 +403,7 @@ base_url: "../"
 
 
     <h3 id="grid-nesting">Nesting columns</h3>
-    <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.col-md-*</code> columns within an existing <code>.col-md-*</code> column. Nested rows should include a set of columns that add up to 12.</p>
+    <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.col-md-*</code> columns within an existing <code>.col-md-*</code> column. Nested rows should include a set of columns that add up to 12 or less.</p>
     <div class="row show-grid">
       <div class="col-md-9">
         Level 1: .col-md-9