aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-11-29 21:08:16 -0800
committerMark Otto <[email protected]>2013-11-29 21:08:16 -0800
commit61c641ea05c317e06bb3b9df0d9956abffc32e7e (patch)
tree8fa99d48493b44bf18fee8b6e2d095603a24cf0f
parent1e6c95cd5d04ae5750d46195d652e21e9a461647 (diff)
downloadbootstrap-61c641ea05c317e06bb3b9df0d9956abffc32e7e.tar.xz
bootstrap-61c641ea05c317e06bb3b9df0d9956abffc32e7e.zip
fixes #10699: use xs grid classes in regular thumbnail docs
-rw-r--r--components.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/components.html b/components.html
index ca6ae40ec..dead13da2 100644
--- a/components.html
+++ b/components.html
@@ -2780,22 +2780,22 @@ body { padding-bottom: 70px; }
<p>By default, Bootstrap's thumbnails are designed to showcase linked images with minimal required markup.</p>
<div class="bs-example">
<div class="row">
- <div class="col-sm-6 col-md-3">
+ <div class="col-xs-6 col-md-3">
<a href="#" class="thumbnail">
<img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
</a>
</div>
- <div class="col-sm-6 col-md-3">
+ <div class="col-xs-6 col-md-3">
<a href="#" class="thumbnail">
<img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
</a>
</div>
- <div class="col-sm-6 col-md-3">
+ <div class="col-xs-6 col-md-3">
<a href="#" class="thumbnail">
<img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
</a>
</div>
- <div class="col-sm-6 col-md-3">
+ <div class="col-xs-6 col-md-3">
<a href="#" class="thumbnail">
<img data-src="holder.js/100%x180" alt="Generic placeholder thumbnail">
</a>
@@ -2804,7 +2804,7 @@ body { padding-bottom: 70px; }
</div><!-- /.bs-example -->
{% highlight html %}
<div class="row">
- <div class="col-sm-6 col-md-3">
+ <div class="col-xs-6 col-md-3">
<a href="#" class="thumbnail">
<img data-src="holder.js/100%x180" alt="...">
</a>