From: Erik van der Kolk Date: Sat, 18 Aug 2012 16:24:18 +0000 (+0200) Subject: Improve description for Images section X-Git-Tag: v2.1.0~2^2~29^2~7 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=97247a157c6d8c5a1c42461a3a7b569ecb930e86;p=thirdparty%2Fbootstrap.git Improve description for Images section --- 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}}