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}}