From 97247a157c6d8c5a1c42461a3a7b569ecb930e86 Mon Sep 17 00:00:00 2001 From: Erik van der Kolk Date: Sat, 18 Aug 2012 18:24:18 +0200 Subject: [PATCH] Improve description for Images section --- docs/base-css.html | 2 +- docs/templates/pages/base-css.mustache | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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}}