aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Rushmanov <[email protected]>2015-01-23 02:02:21 -0800
committerNikita Rushmanov <[email protected]>2015-01-23 02:02:21 -0800
commitca0fb736c70b6fd2814254fd8750eef42a3c9d86 (patch)
tree9b803546868f09c17145228712577808aea5cba0
parentefd7792488a8dd500b1e6c7e708107671ee3d473 (diff)
downloadbootstrap-ca0fb736c70b6fd2814254fd8750eef42a3c9d86.tar.xz
bootstrap-ca0fb736c70b6fd2814254fd8750eef42a3c9d86.zip
Center images in carousel example
In order to see the changes, you must shrink the browser to below the md threshold.
-rw-r--r--docs/examples/carousel/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index a0ff8d746..71fdb3ec7 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -160,7 +160,7 @@
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<div class="col-md-5">
- <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+ <img class="featurette-image img-responsive center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
@@ -168,7 +168,7 @@
<div class="row featurette">
<div class="col-md-5">
- <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+ <img class="featurette-image img-responsive center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
<div class="col-md-7">
<h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2>
@@ -184,7 +184,7 @@
<p class="lead">Donec ullamcorper nulla non metus auctor fringilla. Vestibulum id ligula porta felis euismod semper. Praesent commodo cursus magna, vel scelerisque nisl consectetur. Fusce dapibus, tellus ac cursus commodo.</p>
</div>
<div class="col-md-5">
- <img class="featurette-image img-responsive" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+ <img class="featurette-image img-responsive center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>