From: Mark Otto Date: Wed, 1 Aug 2012 23:57:27 +0000 (-0700) Subject: add compability note to image styles X-Git-Tag: v2.1.0~2^2~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7aaf1413718140d0f27876f3c210a08f52d41cd6;p=thirdparty%2Fbootstrap.git add compability note to image styles --- diff --git a/docs/base-css.html b/docs/base-css.html index 4b67ef17e8..2f0c10f500 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1531,7 +1531,7 @@ For example, <code>section</code> should be wrapped as inline.

Images

-

Simple classes to easily style images in any project.

+

Simple classes to easily style images in any project. Heads up: .img-rounded and .img-circle don't work in IE7-8.

diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 0c18e80e73..8420f7d2ff 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1468,7 +1468,7 @@

{{_i}}Images{{/i}}

-

Simple classes to easily style images in any project.

+

{{_i}}Simple classes to easily style images in any project. Heads up: .img-rounded and .img-circle don't work in IE7-8.{{/i}}