mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
more tests for form styles; includes lightening help text
This commit is contained in:
@@ -173,6 +173,26 @@
|
||||
</div><!-- /span4 -->
|
||||
</div><!-- /row -->
|
||||
|
||||
|
||||
|
||||
<div class="page-header">
|
||||
<h1>Form components</h1>
|
||||
</div>
|
||||
|
||||
<fieldset>
|
||||
<legend>Legend</legend>
|
||||
<label>Label name</label>
|
||||
<input type="text" placeholder="Type something…">
|
||||
<p class="help-block">Example block-level help text here.</p>
|
||||
<div class="checkbox">
|
||||
<label>
|
||||
<input type="checkbox"> Check me out
|
||||
</label>
|
||||
</div>
|
||||
<button type="submit" class="btn">Submit</button>
|
||||
</fieldset>
|
||||
|
||||
|
||||
</form> <!-- /container -->
|
||||
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user