From: Mark Otto Date: Fri, 15 Feb 2013 07:55:04 +0000 (-0800) Subject: Fixes #6941: add alt attribute to images X-Git-Tag: v3.0.0-rc1~669 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e44f8cc560839cfd29f5b0e92ec66038705fbc74;p=thirdparty%2Fbootstrap.git Fixes #6941: add alt attribute to images --- diff --git a/docs/css.html b/docs/css.html index f795602d87..12ca882db9 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1906,14 +1906,14 @@ For example, <code>&lt;section&gt;</code> should be wrapped

Add classes to an <img> element to easily style images in any project. Rounded corners are not available in IE8.

- - - + + +
-<img src="..." class="img-rounded">
-<img src="..." class="img-circle">
-<img src="..." class="img-thumbnail">
+<img src="..." class="img-rounded" alt="">
+<img src="..." class="img-circle" alt="">
+<img src="..." class="img-thumbnail" alt="">