aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-07-23 14:23:17 -0700
committerMark Otto <[email protected]>2013-07-23 14:23:17 -0700
commite87508854e0818bad2c56bb6178abdb5b1105c7a (patch)
treeb7a8a104beb1c4348ca4098b49f011712a6ba363 /css.html
parent29b4caf1d5230a78bfc5f3e4d698d1b5c92e1930 (diff)
parent4629bed2c40bfd26b10408ad69d2eaa29b75de44 (diff)
downloadbootstrap-e87508854e0818bad2c56bb6178abdb5b1105c7a.tar.xz
bootstrap-e87508854e0818bad2c56bb6178abdb5b1105c7a.zip
Merge pull request #8572 from mohnish/patch-1
Use input type `password` for the password field in the CSS documentatio...
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>