diff options
| author | Mark Otto <[email protected]> | 2013-12-15 13:08:17 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-15 13:08:17 -0800 |
| commit | a13d459491d800fe182a9217da9dd740cd6b57a9 (patch) | |
| tree | bcd9255bd2c7e0cdd3dfdf87d20ebb69da0b9cec /css.html | |
| parent | d57e81d06d3de015b0b3975497d80d301f4c1da2 (diff) | |
| download | bootstrap-a13d459491d800fe182a9217da9dd740cd6b57a9.tar.xz bootstrap-a13d459491d800fe182a9217da9dd740cd6b57a9.zip | |
Clarify number of columns in nested grid
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
