diff --git a/docs/base-css.html b/docs/base-css.html index 67065bcc0d..1428e38ec0 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1567,7 +1567,7 @@ For example, <code>section</code> should be wrapped as inline.

Images

-

Simple classes to easily style images in any project.

+

Add the .img-rounded, .img-circle or .img-polaroid class to a <img> element 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 3620d5b06a..d8af4eaabf 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1504,8 +1504,8 @@

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

-

{{_i}}Simple classes to easily style images in any project.

-

{{_i}}Heads up!{{/i}} .img-rounded and .img-circle don't work in IE7-8.{{/i}}

+

{{_i}}Add the .img-rounded, .img-circle or .img-polaroid class to a <img> element to easily style images in any project.{{/i}}

+

{{_i}}Heads up!{{/i}} {{_i}}.img-rounded and .img-circle don't work in IE7-8.{{/i}}