From: Mark Otto Date: Wed, 6 Feb 2013 06:29:01 +0000 (-0800) Subject: port docs fix from 2.3.0-wip to new css page X-Git-Tag: v3.0.0-rc1~691 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6d21d8600739fe16e8993a11f82a4727065ca78a;p=thirdparty%2Fbootstrap.git port docs fix from 2.3.0-wip to new css page --- diff --git a/docs/css.html b/docs/css.html index 12dd53edb1..56e1aa8d33 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1281,6 +1281,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Invalid inputs

Style inputs via default browser functionality with :invalid. Specify a type, add the required attribute if the field is not optional, and (if applicable) specify a pattern.

+

This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.

diff --git a/docs/templates/pages/css.mustache b/docs/templates/pages/css.mustache index e45b66be06..5ba70041aa 100644 --- a/docs/templates/pages/css.mustache +++ b/docs/templates/pages/css.mustache @@ -1221,6 +1221,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Invalid inputs

Style inputs via default browser functionality with :invalid. Specify a type, add the required attribute if the field is not optional, and (if applicable) specify a pattern.

+

This is not available in versions of Internet Explorer 7-9 due to lack of support for CSS pseudo selectors.