]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4530: fix docs nesting cols comments
authorMark Otto <markotto@twitter.com>
Tue, 21 Aug 2012 20:59:13 +0000 (13:59 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 21 Aug 2012 20:59:13 +0000 (13:59 -0700)
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache

index 4e0b2cc96a28962ee19d918c5b9362ed2505293c..da62d325e3fe96437ef1b26525299432e9664ab3 100644 (file)
 
           <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
index 2e56226a7726df3f5302e3342aa7e6ec2a845198..df1b88f57aca71852b4d5cfabe67e8b1dc79de2f 100644 (file)
 
           <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}}