mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-21 13:24:08 +03:00
change form fields back to inline-block to allow for inline-help text in default form markup
This commit is contained in:
+1
-1
@@ -899,7 +899,7 @@
|
||||
<div class="span9">
|
||||
<form class="well">
|
||||
<label>Label name</label>
|
||||
<input type="text" class="span3" placeholder="Type something…">
|
||||
<input type="text" class="span3" placeholder="Type something…"> <span class="help-inline">Associated help text!</span>
|
||||
<label class="checkbox">
|
||||
<input type="checkbox"> Check me out
|
||||
</label>
|
||||
|
||||
Reference in New Issue
Block a user