diff options
| author | Mark Otto <[email protected]> | 2015-01-16 03:03:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-01-16 03:03:28 -0800 |
| commit | f9ef6d2471b046d49f9d758265a88a5042aabfed (patch) | |
| tree | ce68df3ceab363ea47b2c957d4f2f3e0d410a655 /docs/_includes/css | |
| parent | e0da1371580fd8412e8d91f31c7e1be7e5baa6a6 (diff) | |
| parent | 21f7254e102bdffe84131db03a1a037ccd4c5013 (diff) | |
| download | bootstrap-f9ef6d2471b046d49f9d758265a88a5042aabfed.tar.xz bootstrap-f9ef6d2471b046d49f9d758265a88a5042aabfed.zip | |
Merge pull request #15585 from dancourse/patch-1
12 items of *fewer* as it's a countable item
Diffstat (limited to 'docs/_includes/css')
| -rw-r--r-- | docs/_includes/css/grid.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/grid.html b/docs/_includes/css/grid.html index 1136355ff..a6a4eaacb 100644 --- a/docs/_includes/css/grid.html +++ b/docs/_includes/css/grid.html @@ -347,7 +347,7 @@ <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-sm-*</code> columns within an existing <code>.col-sm-*</code> column. Nested rows should include a set of columns that add up to 12 or less (it is not required that you use all 12 available columns).</p> + <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.col-sm-*</code> columns within an existing <code>.col-sm-*</code> column. Nested rows should include a set of columns that add up to 12 or fewer (it is not required that you use all 12 available columns).</p> <div class="row show-grid"> <div class="col-sm-9"> Level 1: .col-sm-9 |
