aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMohnish Thallavajhula <[email protected]>2013-07-23 11:50:01 -0700
committerMohnish Thallavajhula <[email protected]>2013-07-23 11:50:01 -0700
commit4629bed2c40bfd26b10408ad69d2eaa29b75de44 (patch)
treeb1219d611db34adc255bfa942a474776d0c59c6c /css.html
parent4cec956e0cb5c89b12ca98063a9754b9a4b1a29c (diff)
downloadbootstrap-4629bed2c40bfd26b10408ad69d2eaa29b75de44.tar.xz
bootstrap-4629bed2c40bfd26b10408ad69d2eaa29b75de44.zip
Use input type `password` for the password field in the CSS documentation.
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index 8bdf5809a..06b4f5345 100644
--- a/css.html
+++ b/css.html
@@ -1169,7 +1169,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<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">
+ <input type="password" id="exampleInputPassword" placeholder="Password">
<label for="exampleInputFile">File input</label>
<input type="file" id="exampleInputFile">
<p class="help-block">Example block-level help text here.</p>