1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-28 07:39:57 +02:00

change form fields back to inline-block to allow for inline-help text in default form markup

This commit is contained in:
Mark Otto
2012-01-25 11:26:45 -08:00
parent d3c5dd4e6a
commit b851156863
5 changed files with 6 additions and 6 deletions

View File

@@ -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>

View File

@@ -835,7 +835,7 @@
<div class="span9">
<form class="well">
<label>{{_i}}Label name{{/i}}</label>
<input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}">
<input type="text" class="span3" placeholder="{{_i}}Type something…{{/i}}"> <span class="help-inline">Associated help text!</span>
<label class="checkbox">
<input type="checkbox"> {{_i}}Check me out{{/i}}
</label>