@@ -885,16 +885,18 @@ For example, <code><section></code> should be wrapped as inlin
</div>
<h2id="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>
<p>Individual form controls automatically receive some global styling. By default, inputs are set to <code>width: 100%;</code>.</p>
<formclass="bs-docs-example">
<fieldset>
<legend>Legend</legend>
<label>Label name</label>
<inputtype="text"placeholder="Type something…">
<spanclass="help-block">Example block-level help text here.</span>
<labelclass="checkbox">
<inputtype="checkbox"> Check me out
</label>
<pclass="help-block">Example block-level help text here.</p>
<divclass="checkbox">
<label>
<inputtype="checkbox"> Check me out
</label>
</div>
<buttontype="submit"class="btn">Submit</button>
</fieldset>
</form>
...
...
@@ -905,9 +907,11 @@ For example, <code><section></code> should be wrapped as inlin
<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>
<p>{{_i}}Individual form controls automatically receive some global styling. By default, inputs are set to <code>width: 100%;</code>.{{/i}}</p>