1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-18 03:11:19 +02:00

fix error styles a bit on stacked form fields

This commit is contained in:
Mark Otto
2011-08-20 23:56:32 -07:00
parent 79bdb80543
commit 6db39d0ec3
4 changed files with 23 additions and 1 deletions

View File

@@ -824,6 +824,13 @@
</fieldset>
<fieldset>
<legend>Example form legend</legend>
<div class="clearfix error">
<label for="xlInput">X-Large Input</label>
<div class="input">
<input class="xlarge error" id="xlInput" name="xlInput" size="30" type="text" />
<span class="help-inline">Small snippet of help text</span>
</div>
</div> <!-- /clearfix -->
<div class="clearfix">
<label id="optionsCheckboxes">List of Options</label>
<div class="input">