]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update forms example to show sequential form inputs for later testing
authorMark Otto <otto@github.com>
Sun, 21 Jul 2013 03:11:53 +0000 (20:11 -0700)
committerMark Otto <otto@github.com>
Sun, 21 Jul 2013 03:11:53 +0000 (20:11 -0700)
css.html

index f12a1349aea72c04d8ada0c628d7b219dea66eef..00bae9ffd6817eb8cc18883fc2fb5ecfae1b01fd 100644 (file)
--- 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>