diff options
| author | Ivan Malopinsky <[email protected]> | 2013-06-16 23:16:56 -0400 |
|---|---|---|
| committer | Ivan Malopinsky <[email protected]> | 2013-06-16 23:16:56 -0400 |
| commit | c1655e6cbd59e0e9d1d969ca7471c615f8fa9fa6 (patch) | |
| tree | 3aa7b8fd7d5daafa278dda57246615b1791aeb46 /docs/components.html | |
| parent | ac3521fef4f69bfc025677e9d3020fb39de35f73 (diff) | |
| download | bootstrap-c1655e6cbd59e0e9d1d969ca7471c615f8fa9fa6.tar.xz bootstrap-c1655e6cbd59e0e9d1d969ca7471c615f8fa9fa6.zip | |
upgrade holder to 2.0, update thumbnail examples in docs to fit inside containers
Diffstat (limited to 'docs/components.html')
| -rw-r--r-- | docs/components.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/components.html b/docs/components.html index 5ccbff18a..bfb9a98bb 100644 --- a/docs/components.html +++ b/docs/components.html @@ -1759,22 +1759,22 @@ body { padding-bottom: 70px; } <div class="row"> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/260x180" alt=""> + <img data-src="holder.js/100%x180" alt=""> </a> </div> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/260x180" alt=""> + <img data-src="holder.js/100%x180" alt=""> </a> </div> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/260x180" alt=""> + <img data-src="holder.js/100%x180" alt=""> </a> </div> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/260x180" alt=""> + <img data-src="holder.js/100%x180" alt=""> </a> </div> </div> @@ -1783,7 +1783,7 @@ body { padding-bottom: 70px; } <div class="row"> <div class="col-lg-3"> <a href="#" class="thumbnail"> - <img data-src="holder.js/260x180" alt=""> + <img data-src="holder.js/100%x180" alt=""> </a> </div> ... |
