mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Merge pull request #8572 from mohnish/patch-1
Use input type `password` for the password field in the CSS documentatio...
This commit is contained in:
commit
e87508854e
1 changed files with 1 additions and 1 deletions
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>
|
<label for="exampleInputEmail">Email address</label>
|
||||||
<input type="text" id="exampleInputEmail" placeholder="Enter email">
|
<input type="text" id="exampleInputEmail" placeholder="Enter email">
|
||||||
<label for="exampleInputPassword">Password</label>
|
<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>
|
<label for="exampleInputFile">File input</label>
|
||||||
<input type="file" id="exampleInputFile">
|
<input type="file" id="exampleInputFile">
|
||||||
<p class="help-block">Example block-level help text here.</p>
|
<p class="help-block">Example block-level help text here.</p>
|
||||||
|
|
Loading…
Add table
Reference in a new issue