mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-01 13:24:25 +01:00
Use input type password
for the password field in the CSS documentation.
This commit is contained in:
parent
4cec956e0c
commit
4629bed2c4
2
css.html
2
css.html
@ -1169,7 +1169,7 @@ For example, <code><section></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>
|
||||
|
Loading…
Reference in New Issue
Block a user