Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <otto@github.com>2013-07-21 07:11:53 +0400
committerMark Otto <otto@github.com>2013-07-21 07:11:53 +0400
commitd651c01e10cd0f69529e5bcb20f5d1a4b6508c48 (patch)
treea91a76136021e486d2f9d8c4fb8362d76aa03470 /css.html
parent51dfa21009459c98b8d98a63cfc3d2abe29f9017 (diff)
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 f12a1349ae..00bae9ffd6 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>