diff options
| author | Chris Rebert <[email protected]> | 2013-08-12 16:00:51 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-12 17:28:53 -0700 |
| commit | 5b9717ef67e679d3ae2a70023d042136db00ce71 (patch) | |
| tree | 9e4952ba9a379189b2193076a298870679f15c88 | |
| parent | df59ecc9c40534e34a140cb5a00607c50b2b500c (diff) | |
| download | bootstrap-5b9717ef67e679d3ae2a70023d042136db00ce71.tar.xz bootstrap-5b9717ef67e679d3ae2a70023d042136db00ce71.zip | |
add alt text to thumbnail <img>s
| -rw-r--r-- | components.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components.html b/components.html index d49e153f5..c30ea31a8 100644 --- a/components.html +++ b/components.html @@ -1819,22 +1819,22 @@ body { padding-bottom: 70px; } <div class="row"> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/100%x180" alt=""> + <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail"> </a> </div> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/100%x180" alt=""> + <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail"> </a> </div> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/100%x180" alt=""> + <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail"> </a> </div> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/100%x180" alt=""> + <img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail"> </a> </div> </div> @@ -1843,7 +1843,7 @@ body { padding-bottom: 70px; } <div class="row"> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/100%x180" alt=""> + <img data-src="holder.js/100%x180" alt="..."> </a> </div> ... |
