From 7aaf1413718140d0f27876f3c210a08f52d41cd6 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 1 Aug 2012 16:57:27 -0700 Subject: [PATCH] add compability note to image styles --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}}