mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-27 07:14:36 +02:00
commenting out stuff and adding grid test page
This commit is contained in:
4
docs/assets/css/bootstrap.css
vendored
4
docs/assets/css/bootstrap.css
vendored
@@ -980,8 +980,8 @@ textarea[class*="span"],
|
||||
.row-fluid select[class*="span"],
|
||||
.row-fluid textarea[class*="span"],
|
||||
.row-fluid .uneditable-input[class*="span"] {
|
||||
float: none;
|
||||
margin-left: 0;
|
||||
xmargin-left: 0;
|
||||
xfloat: none;
|
||||
}
|
||||
|
||||
.input-append input[class*="span"],
|
||||
|
@@ -872,7 +872,7 @@ For example, <code><section></code> should be wrapped as inlin
|
||||
<h1>Forms</h1>
|
||||
</div>
|
||||
|
||||
<h2>Default styles</h2>
|
||||
<h2 id="forms-default">Default styles</h2>
|
||||
<p>Individual form controls receive styling, but without any required base class on the <code><form></code> or large changes in markup. Results in stacked, left-aligned labels on top of form controls.</p>
|
||||
<form class="bs-docs-example">
|
||||
<legend>Legend</legend>
|
||||
@@ -901,7 +901,7 @@ For example, <code><section></code> should be wrapped as inlin
|
||||
<hr class="bs-docs-separator">
|
||||
|
||||
|
||||
<h2>Optional layouts</h2>
|
||||
<h2 id="forms-layouts">Optional layouts</h2>
|
||||
<p>Included with Bootstrap are three optional form layouts for common use cases.</p>
|
||||
|
||||
<h3>Search form</h3>
|
||||
@@ -998,7 +998,7 @@ For example, <code><section></code> should be wrapped as inlin
|
||||
<hr class="bs-docs-separator">
|
||||
|
||||
|
||||
<h2>Supported form controls</h2>
|
||||
<h2 id="forms-controls">Supported form controls</h2>
|
||||
<p>Examples of standard form controls supported in an example form layout.</p>
|
||||
|
||||
<h3>Inputs</h3>
|
||||
@@ -1120,7 +1120,7 @@ For example, <code><section></code> should be wrapped as inlin
|
||||
<hr class="bs-docs-separator">
|
||||
|
||||
|
||||
<h2>Extending form controls</h2>
|
||||
<h2 id="forms-extending">Extending form controls</h2>
|
||||
<p>Adding on top of existing browser controls, Bootstrap includes other useful form components.</p>
|
||||
|
||||
<h3>Prepended and appended inputs</h3>
|
||||
@@ -1211,7 +1211,7 @@ For example, <code><section></code> should be wrapped as inlin
|
||||
</form>
|
||||
</pre>
|
||||
|
||||
<h3>Control sizing</h3>
|
||||
<h3 id="forms-extending-sizes">Control sizing</h3>
|
||||
<p>Use relative sizing classes like <code>.input-large</code> or match your inputs to the grid column sizes using <code>.span*</code> classes.</p>
|
||||
|
||||
<h4>Relative sizing</h4>
|
||||
|
10
docs/templates/pages/base-css.mustache
vendored
10
docs/templates/pages/base-css.mustache
vendored
@@ -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><form></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 @@
|
||||
</form>
|
||||
</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>
|
||||
|
Reference in New Issue
Block a user