diff options
| author | Mark Otto <[email protected]> | 2013-02-05 22:29:01 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-02-05 22:29:01 -0800 |
| commit | 6d21d8600739fe16e8993a11f82a4727065ca78a (patch) | |
| tree | cc5f96ade43cf436d81bd10f17e8a3eb3e30a226 /docs/css.html | |
| parent | 4270496e8a02085e13ab5335eacbd1e1b6b8ad65 (diff) | |
| download | bootstrap-6d21d8600739fe16e8993a11f82a4727065ca78a.tar.xz bootstrap-6d21d8600739fe16e8993a11f82a4727065ca78a.zip | |
port docs fix from 2.3.0-wip to new css page
Diffstat (limited to 'docs/css.html')
| -rw-r--r-- | docs/css.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/css.html b/docs/css.html index 12dd53edb..56e1aa8d3 100644 --- a/docs/css.html +++ b/docs/css.html @@ -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="[email protected]" required> </form> |
