aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-12-15 13:08:17 -0800
committerMark Otto <[email protected]>2013-12-15 13:08:17 -0800
commita13d459491d800fe182a9217da9dd740cd6b57a9 (patch)
treebcd9255bd2c7e0cdd3dfdf87d20ebb69da0b9cec /css.html
parentd57e81d06d3de015b0b3975497d80d301f4c1da2 (diff)
downloadbootstrap-a13d459491d800fe182a9217da9dd740cd6b57a9.tar.xz
bootstrap-a13d459491d800fe182a9217da9dd740cd6b57a9.zip
Clarify number of columns in nested grid
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 8c8e30a7a..4bf8cf7ab 100644
--- 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