Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <jacobthornton@gmail.com>2013-02-06 10:30:54 +0400
committerfat <jacobthornton@gmail.com>2013-02-06 10:30:54 +0400
commit3b56227553f40cc567e161c68c64f1e315fd5241 (patch)
tree0ecd914f0c395b277dc46300733d8bc05ab4802e /docs/templates
parent481428154084a9fafd31d8654157d6f6f78231d0 (diff)
parentaccfdaafdbfc172f4d8358bbab820a9862bd8eb9 (diff)
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/templates')
-rw-r--r--docs/templates/pages/base-css.mustache1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 9a051d4be1..1f40f37110 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1522,6 +1522,7 @@
<h3>{{_i}}Invalid inputs{{/i}}</h3>
<p>{{_i}}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>.{{/i}}</p>
+ <p>{{_i}}This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.{{/i}}</p>
<form class="bs-docs-example form-inline">
<input class="span3" type="email" placeholder="test@example.com" required>
</form>