aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-20 20:11:53 -0700
committerMark Otto <[email protected]>2013-07-20 20:11:53 -0700
commitd651c01e10cd0f69529e5bcb20f5d1a4b6508c48 (patch)
treea91a76136021e486d2f9d8c4fb8362d76aa03470 /css.html
parent51dfa21009459c98b8d98a63cfc3d2abe29f9017 (diff)
downloadbootstrap-d651c01e10cd0f69529e5bcb20f5d1a4b6508c48.tar.xz
bootstrap-d651c01e10cd0f69529e5bcb20f5d1a4b6508c48.zip
Update forms example to show sequential form inputs for later testing
Diffstat (limited to 'css.html')
-rw-r--r--css.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/css.html b/css.html
index f12a1349a..00bae9ffd 100644
--- a/css.html
+++ b/css.html
@@ -1169,8 +1169,10 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<form class="bs-example">
<fieldset>
<legend>Legend</legend>
- <label for="exampleInput">Label name</label>
- <input type="text" id="exampleInput" placeholder="Type something…">
+ <label for="exampleInputEmail">Email address</label>
+ <input type="text" id="exampleInputEmail" placeholder="Enter email">
+ <label for="exampleInputPassword">Password</label>
+ <input type="text" id="exampleInputPassword" placeholder="Password">
<p class="help-block">Example block-level help text here.</p>
<div class="checkbox">
<label>