]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4567: link in scaffolding page
authorMark Otto <markotto@twitter.com>
Wed, 22 Aug 2012 16:46:07 +0000 (09:46 -0700)
committerMark Otto <markotto@twitter.com>
Wed, 22 Aug 2012 16:47:56 +0000 (09:47 -0700)
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache

index da62d325e3fe96437ef1b26525299432e9664ab3..a78b1b5b47216e369b746a29a821ca0a9ca9bcdb 100644 (file)
           </div>
 
           <h2>Live grid example</h2>
-          <p>The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.</p>
+          <p>The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="./scaffolding.html#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.</p>
           <div class="bs-docs-grid">
             <div class="row show-grid">
               <div class="span1">1</div>
index df1b88f57aca71852b4d5cfabe67e8b1dc79de2f..3fb7841b1350b24da73c13082803ccf7a9ef3580 100644 (file)
@@ -67,7 +67,7 @@
           </div>
 
           <h2>{{_i}}Live grid example{{/i}}</h2>
-          <p>{{_i}}The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.{{/i}}</p>
+          <p>{{_i}}The default Bootstrap grid system utilizes <strong>12 columns</strong>, making for a 940px wide container without <a href="./scaffolding.html#responsive">responsive features</a> enabled. With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport. Below 767px viewports, the columns become fluid and stack vertically.{{/i}}</p>
           <div class="bs-docs-grid">
             <div class="row show-grid">
               <div class="span1">1</div>