mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
port docs fix from 2.3.0-wip to new css page
This commit is contained in:
parent
4270496e8a
commit
6d21d86007
2 changed files with 2 additions and 0 deletions
|
@ -1281,6 +1281,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
|||
|
||||
<h3 id="forms-invalid-inputs">Invalid inputs</h3>
|
||||
<p>Style inputs via default browser functionality with <code>:invalid</code>. Specify a <code>type</code>, add the <code>required</code> attribute if the field is not optional, and (if applicable) specify a <code>pattern</code>.</p>
|
||||
<p>This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.</p>
|
||||
<form class="bs-docs-example form-inline">
|
||||
<input class="span3" type="email" placeholder="test@example.com" required>
|
||||
</form>
|
||||
|
|
1
docs/templates/pages/css.mustache
vendored
1
docs/templates/pages/css.mustache
vendored
|
@ -1221,6 +1221,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped
|
|||
|
||||
<h3 id="forms-invalid-inputs">Invalid inputs</h3>
|
||||
<p>Style inputs via default browser functionality with <code>:invalid</code>. Specify a <code>type</code>, add the <code>required</code> attribute if the field is not optional, and (if applicable) specify a <code>pattern</code>.</p>
|
||||
<p>This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.</p>
|
||||
<form class="bs-docs-example form-inline">
|
||||
<input class="span3" type="email" placeholder="test@example.com" required>
|
||||
</form>
|
||||
|
|
Loading…
Reference in a new issue