Skip to content

Commit

Permalink
fixes #4530: fix docs nesting cols comments
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Aug 21, 2012
1 parent 6dc1357 commit 13199c0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/scaffolding.html
Original file line number Diff line number Diff line change
Expand Up @@ -199,8 +199,6 @@ <h2>Offsetting columns</h2>

<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
Expand Down
2 changes: 0 additions & 2 deletions docs/templates/pages/scaffolding.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 13199c0

Please sign in to comment.