aboutsummaryrefslogtreecommitdiff
path: root/docs/components.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-16 20:39:11 -0700
committerMark Otto <[email protected]>2013-06-16 20:39:11 -0700
commit1555992e35ddc50e2939fe370c484c2a308a0483 (patch)
treef7146e5f9c62975ebc67452b28bdf35b9bbccc04 /docs/components.html
parentce17746302748698b247a826623124dda7ed954d (diff)
parentc1655e6cbd59e0e9d1d969ca7471c615f8fa9fa6 (diff)
downloadbootstrap-1555992e35ddc50e2939fe370c484c2a308a0483.tar.xz
bootstrap-1555992e35ddc50e2939fe370c484c2a308a0483.zip
Merge pull request #8187 from imsky/3.0.0-wip
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>
...