Commit 13199c00 authored by Mark Otto's avatar Mark Otto

fixes #4530: fix docs nesting cols comments

parent 6dc13573
...@@ -199,8 +199,6 @@ ...@@ -199,8 +199,6 @@
<h2>Nesting 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> <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="row show-grid">
<div class="span9"> <div class="span9">
Level 1 of column Level 1 of column
......
...@@ -128,8 +128,6 @@ ...@@ -128,8 +128,6 @@
<h2>{{_i}}Nesting columns{{/i}}</h2> <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> <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="row show-grid">
<div class="span9"> <div class="span9">
{{_i}}Level 1 of column{{/i}} {{_i}}Level 1 of column{{/i}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment