diff options
| author | Mark Otto <[email protected]> | 2012-08-22 09:46:07 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-22 09:47:56 -0700 |
| commit | 5f97e04aa3a8257f4ae961ad4b095c1312cae7c6 (patch) | |
| tree | ca09bd2a9e9a772919ce8ee8b1f191943dcde581 /docs | |
| parent | 115c7b82c4408519915f356833d44bc19025094b (diff) | |
| download | bootstrap-5f97e04aa3a8257f4ae961ad4b095c1312cae7c6.tar.xz bootstrap-5f97e04aa3a8257f4ae961ad4b095c1312cae7c6.zip | |
fixes #4567: link in scaffolding page
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/scaffolding.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/scaffolding.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index da62d325e..a78b1b5b4 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -138,7 +138,7 @@ </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> diff --git a/docs/templates/pages/scaffolding.mustache b/docs/templates/pages/scaffolding.mustache index df1b88f57..3fb7841b1 100644 --- a/docs/templates/pages/scaffolding.mustache +++ b/docs/templates/pages/scaffolding.mustache @@ -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> |
