diff options
| author | Julian Thilo <[email protected]> | 2014-01-25 01:58:54 +0100 |
|---|---|---|
| committer | Julian Thilo <[email protected]> | 2014-01-25 01:58:54 +0100 |
| commit | af1ba5cf74fb695674a166c3c6883bf62e91ceda (patch) | |
| tree | a56b8d909ce6398d13d769a681689d7cf55d3b12 | |
| parent | 643e814e7bbd3230a89670599024e9514981257c (diff) | |
| download | bootstrap-af1ba5cf74fb695674a166c3c6883bf62e91ceda.tar.xz bootstrap-af1ba5cf74fb695674a166c3c6883bf62e91ceda.zip | |
Clarify nesting in grid example
| -rw-r--r-- | docs/examples/grid/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/examples/grid/index.html b/docs/examples/grid/index.html index 1ae149aad..54bdfbe0a 100644 --- a/docs/examples/grid/index.html +++ b/docs/examples/grid/index.html @@ -63,7 +63,7 @@ <hr> <h3>Two columns with two nested columns</h3> - <p>Per the documentation, nesting is easy—just put a row of columns within an existing row. This gives you two columns <strong>starting at desktops and scaling to large desktops</strong>, with another two (equal widths) within the larger column.</p> + <p>Per the documentation, nesting is easy—just put a row of columns within an existing column. This gives you two columns <strong>starting at desktops and scaling to large desktops</strong>, with another two (equal widths) within the larger column.</p> <p>At mobile device sizes, tablets and down, these columns and their nested columns will stack.</p> <div class="row"> <div class="col-md-8"> |
