diff options
| author | Mark Otto <[email protected]> | 2013-08-15 10:30:47 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-15 10:30:47 -0700 |
| commit | f681c9712d9863a2e94da747725e49b0ff44922f (patch) | |
| tree | d3d3214c022f71a42499eb3334b24f031ddb5207 /css.html | |
| parent | 51f2c907e738a6dd531de36c52ddfc103f76b918 (diff) | |
| parent | 18be4e880c0a3554363b572299c57612cb050efa (diff) | |
| download | bootstrap-f681c9712d9863a2e94da747725e49b0ff44922f.tar.xz bootstrap-f681c9712d9863a2e94da747725e49b0ff44922f.zip | |
Merge branch '3.0.0-wip' of github.com:twbs/bootstrap into 3.0.0-wip
Diffstat (limited to 'css.html')
| -rw-r--r-- | css.html | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -127,11 +127,11 @@ base_url: "../" </th> <th> Medium devices - <small>Desktops (>992px)</small> + <small>Desktops (≥992px)</small> </th> <th> Large devices - <small>Desktops (>1200px)</small> + <small>Desktops (≥1200px)</small> </th> </tr> </thead> @@ -1355,7 +1355,7 @@ For example, <code><section></code> should be wrapped as inline. <legend>Legend</legend> <div class="form-group"> <label for="exampleInputEmail1">Email address</label> - <input type="text" class="form-control" id="exampleInputEmail1" placeholder="Enter email"> + <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email"> </div> <div class="form-group"> <label for="exampleInputPassword1">Password</label> @@ -1380,7 +1380,7 @@ For example, <code><section></code> should be wrapped as inline. <legend>Legend</legend> <div class="form-group"> <label for="exampleInputEmail1">Email address</label> - <input type="text" class="form-control" id="exampleInputEmail1" placeholder="Enter email"> + <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email"> </div> <div class="form-group"> <label for="exampleInputPassword1">Password</label> @@ -1415,7 +1415,7 @@ For example, <code><section></code> should be wrapped as inline. <form class="bs-example form-inline" role="form"> <div class="form-group"> <label class="sr-only" for="exampleInputEmail2">Email address</label> - <input type="text" class="form-control" id="exampleInputEmail2" placeholder="Enter email"> + <input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email"> </div> <div class="form-group"> <label class="sr-only" for="exampleInputPassword2">Password</label> @@ -1432,7 +1432,7 @@ For example, <code><section></code> should be wrapped as inline. <form class="form-inline" role="form"> <div class="form-group"> <label class="sr-only" for="exampleInputEmail2">Email address</label> - <input type="text" class="form-control" id="exampleInputEmail2" placeholder="Enter email"> + <input type="email" class="form-control" id="exampleInputEmail2" placeholder="Enter email"> </div> <div class="form-group"> <label class="sr-only" for="exampleInputPassword2">Password</label> @@ -1453,7 +1453,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="form-group"> <label for="inputEmail1" class="col-lg-2 control-label">Email</label> <div class="col-lg-10"> - <input type="text" class="form-control" id="inputEmail1" placeholder="Email"> + <input type="email" class="form-control" id="inputEmail1" placeholder="Email"> </div> </div> <div class="form-group"> @@ -1482,7 +1482,7 @@ For example, <code><section></code> should be wrapped as inline. <div class="form-group"> <label for="inputEmail1" class="col-lg-2 control-label">Email</label> <div class="col-lg-10"> - <input type="text" class="form-control" id="inputEmail1" placeholder="Email"> + <input type="email" class="form-control" id="inputEmail1" placeholder="Email"> </div> </div> <div class="form-group"> @@ -2142,11 +2142,11 @@ For example, <code><section></code> should be wrapped as inline. </th> <th> Medium devices - <small>Desktops (>992px)</small> + <small>Desktops (≥992px)</small> </th> <th> Large devices - <small>Desktops (>1200px)</small> + <small>Desktops (≥1200px)</small> </th> </tr> </thead> |
