diff options
| -rw-r--r-- | docs/css.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/css.html b/docs/css.html index f795602d8..12ca882db 100644 --- a/docs/css.html +++ b/docs/css.html @@ -1906,14 +1906,14 @@ For example, <code>&lt;section&gt;</code> should be wrapped <p>Add classes to an <code><img></code> element to easily style images in any project. Rounded corners are not available in IE8.</p> <div class="bs-docs-example bs-docs-example-images"> - <img data-src="holder.js/140x140" class="img-rounded"> - <img data-src="holder.js/140x140" class="img-circle"> - <img data-src="holder.js/140x140" class="img-thumbnail"> + <img data-src="holder.js/140x140" class="img-rounded" alt=""> + <img data-src="holder.js/140x140" class="img-circle" alt=""> + <img data-src="holder.js/140x140" class="img-thumbnail" alt=""> </div> <pre class="prettyprint linenums"> -<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=""> </pre> </section> |
