diff options
| author | Mark Otto <[email protected]> | 2012-02-11 00:24:06 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-02-11 00:24:06 -0800 |
| commit | 8f1db4321a35851d5b726290b2d99e7ea1ec7239 (patch) | |
| tree | 8e307f257ee9d512756dc8931a61ead4b7ca90b8 /docs/base-css.html | |
| parent | 60ee76853726f9711a41a865169d66cf136e5f71 (diff) | |
| download | bootstrap-8f1db4321a35851d5b726290b2d99e7ea1ec7239.tar.xz bootstrap-8f1db4321a35851d5b726290b2d99e7ea1ec7239.zip | |
fix inline form checkbox/radios
Diffstat (limited to 'docs/base-css.html')
| -rw-r--r-- | docs/base-css.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index c0ad882a5..09614af2a 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -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"> <form class="well form-inline"> |
