aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorIvan Malopinsky <[email protected]>2013-06-16 23:16:56 -0400
committerIvan Malopinsky <[email protected]>2013-06-16 23:16:56 -0400
commitc1655e6cbd59e0e9d1d969ca7471c615f8fa9fa6 (patch)
tree3aa7b8fd7d5daafa278dda57246615b1791aeb46 /docs/components.html
parentac3521fef4f69bfc025677e9d3020fb39de35f73 (diff)
downloadbootstrap-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.html10
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>
...