aboutsummaryrefslogtreecommitdiff
path: root/docs/base-css.html
diff options
context:
space:
mode:
authorfat <[email protected]>2013-02-05 22:30:54 -0800
committerfat <[email protected]>2013-02-05 22:30:54 -0800
commit3b56227553f40cc567e161c68c64f1e315fd5241 (patch)
tree0ecd914f0c395b277dc46300733d8bc05ab4802e /docs/base-css.html
parent481428154084a9fafd31d8654157d6f6f78231d0 (diff)
parentaccfdaafdbfc172f4d8358bbab820a9862bd8eb9 (diff)
downloadbootstrap-3b56227553f40cc567e161c68c64f1e315fd5241.tar.xz
bootstrap-3b56227553f40cc567e161c68c64f1e315fd5241.zip
Merge branch '2.3.0-wip' of github.com:twitter/bootstrap into 2.3.0-wip
Conflicts: docs/assets/js/bootstrap.min.js
Diffstat (limited to 'docs/base-css.html')
-rw-r--r--docs/base-css.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index a9943ff96..4a8f03614 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1585,6 +1585,7 @@ For example, &lt;code&gt;&amp;lt;section&amp;gt;&lt;/code&gt; should be wrapped
<h3>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>