mirror of
https://github.com/twbs/bootstrap.git
synced 2025-07-31 19:00:23 +02:00
correct link on index page to grid system
This commit is contained in:
@@ -133,7 +133,7 @@
|
|||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
|
<img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
|
||||||
<h2>Packed with features.</h2>
|
<h2>Packed with features.</h2>
|
||||||
<p>A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.</p>
|
<p>A 12-column responsive <a href="./scaffolding.html#gridSystem">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
2
docs/templates/pages/index.mustache
vendored
2
docs/templates/pages/index.mustache
vendored
@@ -62,7 +62,7 @@
|
|||||||
<div class="span4">
|
<div class="span4">
|
||||||
<img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
|
<img class="marketing-img" src="assets/img/bs-docs-bootstrap-features.png">
|
||||||
<h2>{{_i}}Packed with features.{{/i}}</h2>
|
<h2>{{_i}}Packed with features.{{/i}}</h2>
|
||||||
<p>{{_i}}A 12-column responsive <a href="./scaffolding.html#grid">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.{{/i}}</p>
|
<p>{{_i}}A 12-column responsive <a href="./scaffolding.html#gridSystem">grid</a>, dozens of components, <a href="./javascript.html">JavaScript plugins</a>, typography, form controls, and even a <a href="./customize.html">web-based Customizer</a> to make Bootstrap your own.{{/i}}</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user