From: Mark Otto Date: Mon, 20 Aug 2012 03:37:31 +0000 (-0700) Subject: fixes #4460 and #4461: copy change for opera animations support X-Git-Tag: v2.1.0~2^2~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e71e2b4be2ad484ece85ef22df934bd0acd926d1;p=thirdparty%2Fbootstrap.git fixes #4460 and #4461: copy change for opera animations support --- diff --git a/docs/components.html b/docs/components.html index f3803201aa..6ff9e5a5b2 100644 --- a/docs/components.html +++ b/docs/components.html @@ -2141,7 +2141,7 @@

Browser support

Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.

-

Opera and IE do not support animations at this time.

+

Versions earlier than Internet Explorer 9 and Opera 12 do not support animations.

diff --git a/docs/templates/pages/components.mustache b/docs/templates/pages/components.mustache index 8335ccdf96..504f8e982b 100644 --- a/docs/templates/pages/components.mustache +++ b/docs/templates/pages/components.mustache @@ -2070,7 +2070,7 @@

{{_i}}Browser support{{/i}}

{{_i}}Progress bars use CSS3 gradients, transitions, and animations to achieve all their effects. These features are not supported in IE7-9 or older versions of Firefox.{{/i}}

-

{{_i}}Opera and IE do not support animations at this time.{{/i}}

+

{{_i}}Versions earlier than Internet Explorer 9 and Opera 12 do not support animations.{{/i}}