1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-07-31 02:40:26 +02:00

fix inline form checkbox/radios

This commit is contained in:
Mark Otto
2012-02-11 00:24:06 -08:00
parent 60ee768537
commit 8f1db4321a
5 changed files with 23 additions and 2 deletions

View File

@@ -907,7 +907,10 @@ For example, <code>section</code> should be wrapped as inline.
<form class="well form-inline">
<input type="text" class="input-small" placeholder="Email">
<input type="password" class="input-small" placeholder="Password">
<button type="submit" class="btn">Go</button>
<label class="checkbox">
<input type="checkbox"> Remember?
</label>
<button type="submit" class="btn">Sign in</button>
</form>
<pre class="prettyprint linenums">
&lt;form class="well form-inline"&gt;