aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-10-23 23:41:17 -0700
committerChris Rebert <[email protected]>2013-10-23 23:41:17 -0700
commit54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72 (patch)
tree3d5c86c4acfb1523abb5ffc673d985c27d30413d /css.html
parent0d122fc3230663cadfef7474bbf54aa297334c72 (diff)
downloadbootstrap-54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72.tar.xz
bootstrap-54cd0f8c2f1aaadefd8447f9ff4cd9bb04fe4e72.zip
rm dummy 'src' attributes of <img>s & squelch validator warning; fixes #11216
Diffstat (limited to 'css.html')
-rw-r--r--css.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/css.html b/css.html
index 1eea9152b..3542f87c0 100644
--- a/css.html
+++ b/css.html
@@ -2260,9 +2260,9 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
<p>Keep in mind that Internet Explorer 8 lacks support for rounded corners.</p>
</div>
<div class="bs-example bs-example-images">
- <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-rounded" alt="A generic square placeholder image with rounded corners">
- <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible">
- <img data-src="holder.js/140x140" src="data:image/png;base64," class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera">
+ <img data-src="holder.js/140x140" class="img-rounded" alt="A generic square placeholder image with rounded corners">
+ <img data-src="holder.js/140x140" class="img-circle" alt="A generic square placeholder image where only the portion within the circle circumscribed about said square is visible">
+ <img data-src="holder.js/140x140" class="img-thumbnail" alt="A generic square placeholder image with a white border around it, making it resemble a photograph taken with an old instant camera">
</div>
{% highlight html %}
<img src="..." alt="..." class="img-rounded">