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/templates | |
| parent | 60ee76853726f9711a41a865169d66cf136e5f71 (diff) | |
| download | bootstrap-8f1db4321a35851d5b726290b2d99e7ea1ec7239.tar.xz bootstrap-8f1db4321a35851d5b726290b2d99e7ea1ec7239.zip | |
fix inline form checkbox/radios
Diffstat (limited to 'docs/templates')
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 750957beb..5e20aae2c 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -831,7 +831,10 @@ <form class="well form-inline"> <input type="text" class="input-small" placeholder="{{_i}}Email{{/i}}"> <input type="password" class="input-small" placeholder="{{_i}}Password{{/i}}"> - <button type="submit" class="btn">{{_i}}Go{{/i}}</button> + <label class="checkbox"> + <input type="checkbox"> {{_i}}Remember?{{/i}} + </label> + <button type="submit" class="btn">{{_i}}Sign in{{/i}}</button> </form> <pre class="prettyprint linenums"> <form class="well form-inline"> |
