aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-08-01 16:57:27 -0700
committerMark Otto <[email protected]>2012-08-01 16:57:27 -0700
commit7aaf1413718140d0f27876f3c210a08f52d41cd6 (patch)
treea8277198b72e136423a7189298156e594eda1129 /docs
parente8fd7e6c96d44f21422b65620ceacb084282745a (diff)
downloadbootstrap-7aaf1413718140d0f27876f3c210a08f52d41cd6.tar.xz
bootstrap-7aaf1413718140d0f27876f3c210a08f52d41cd6.zip
add compability note to image styles
Diffstat (limited to 'docs')
-rw-r--r--docs/base-css.html2
-rw-r--r--docs/templates/pages/base-css.mustache2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html
index 4b67ef17e..2f0c10f50 100644
--- a/docs/base-css.html
+++ b/docs/base-css.html
@@ -1531,7 +1531,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
<h1>Images</h1>
</div>
- <p>Simple classes to easily style images in any project.</p>
+ <p>Simple classes to easily style images in any project. Heads up: <code>.img-rounded</code> and <code>.img-circle</code> don't work in IE7-8.</p>
<div class="bs-docs-example bs-docs-example-images">
<img src="http://placehold.it/140x140" class="img-rounded">
<img src="http://placehold.it/140x140" class="img-circle">
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 0c18e80e7..8420f7d2f 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -1468,7 +1468,7 @@
<h1>{{_i}}Images{{/i}}</h1>
</div>
- <p>Simple classes to easily style images in any project.</p>
+ <p>{{_i}}Simple classes to easily style images in any project. Heads up: <code>.img-rounded</code> and <code>.img-circle</code> don't work in IE7-8.{{/i}}</p>
<div class="bs-docs-example bs-docs-example-images">
<img src="http://placehold.it/140x140" class="img-rounded">
<img src="http://placehold.it/140x140" class="img-circle">