aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-09-07 22:46:35 -0700
committerMark Otto <[email protected]>2012-09-07 22:46:35 -0700
commitb53da4b6e7744f2cb44a1cc323fa92ef6b52840d (patch)
treea952494cdea6e7557b60b51d7b7fb54ce65df57a /docs/templates
parent9a39306abe0f21d60bfba649eda5394d6db017ab (diff)
downloadbootstrap-b53da4b6e7744f2cb44a1cc323fa92ef6b52840d.tar.xz
bootstrap-b53da4b6e7744f2cb44a1cc323fa92ef6b52840d.zip
commenting out stuff and adding grid test page
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index cc83e0d73..c242fef50 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -809,7 +809,7 @@
<h1>{{_i}}Forms{{/i}}</h1>
</div>
- <h2>{{_i}}Default styles{{/i}}</h2>
+ <h2 id="forms-default">{{_i}}Default styles{{/i}}</h2>
<p>{{_i}}Individual form controls receive styling, but without any required base class on the <code>&lt;form&gt;</code> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.{{/i}}</p>
<form class="bs-docs-example">
<legend>Legend</legend>
@@ -838,7 +838,7 @@
<hr class="bs-docs-separator">
- <h2>{{_i}}Optional layouts{{/i}}</h2>
+ <h2 id="forms-layouts">{{_i}}Optional layouts{{/i}}</h2>
<p>{{_i}}Included with Bootstrap are three optional form layouts for common use cases.{{/i}}</p>
<h3>{{_i}}Search form{{/i}}</h3>
@@ -935,7 +935,7 @@
<hr class="bs-docs-separator">
- <h2>{{_i}}Supported form controls{{/i}}</h2>
+ <h2 id="forms-controls">{{_i}}Supported form controls{{/i}}</h2>
<p>{{_i}}Examples of standard form controls supported in an example form layout.{{/i}}</p>
<h3>{{_i}}Inputs{{/i}}</h3>
@@ -1057,7 +1057,7 @@
<hr class="bs-docs-separator">
- <h2>{{_i}}Extending form controls{{/i}}</h2>
+ <h2 id="forms-extending">{{_i}}Extending form controls{{/i}}</h2>
<p>{{_i}}Adding on top of existing browser controls, Bootstrap includes other useful form components.{{/i}}</p>
<h3>{{_i}}Prepended and appended inputs{{/i}}</h3>
@@ -1148,7 +1148,7 @@
&lt;/form&gt;
</pre>
- <h3>{{_i}}Control sizing{{/i}}</h3>
+ <h3 id="forms-extending-sizes">{{_i}}Control sizing{{/i}}</h3>
<p>{{_i}}Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.span*</code> classes.{{/i}}</p>
<h4>{{_i}}Relative sizing{{/i}}</h4>