diff options
| author | Mark Otto <[email protected]> | 2012-08-21 13:59:13 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-21 13:59:13 -0700 |
| commit | 13199c0020ba6eedd28779c858d480fb425ab506 (patch) | |
| tree | 12a6896d2f8f4a6a8f26e8165945f8d861377a0f /docs | |
| parent | 6dc13573bf31f7bdfa954b3feb027cb2bd38eb13 (diff) | |
| download | bootstrap-13199c0020ba6eedd28779c858d480fb425ab506.tar.xz bootstrap-13199c0020ba6eedd28779c858d480fb425ab506.zip | |
fixes #4530: fix docs nesting cols comments
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 4e0b2cc96..da62d325e 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -199,8 +199,6 @@ <h2>Nesting columns</h2> <p>To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.</p> - <h3>Example</h3> - <p>Here two nested <code>.span4</code> columns are placed within a <code>.span8</code>.</p> <div class="row show-grid"> <div class="span9"> Level 1 of column diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index 2e56226a7..df1b88f57 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -128,8 +128,6 @@ <h2>{{_i}}Nesting columns{{/i}}</h2> <p>{{_i}}To nest your content with the default grid, add a new <code>.row</code> and set of <code>.span*</code> columns within an existing <code>.span*</code> column. Nested rows should include a set of columns that add up to the number of columns of its parent.{{/i}}</p> - <h3>{{_i}}Example{{/i}}</h3> - <p>{{_i}}Here two nested <code>.span4</code> columns are placed within a <code>.span8</code>.{{/i}}</p> <div class="row show-grid"> <div class="span9"> {{_i}}Level 1 of column{{/i}} |
