aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/carousel/index.html
diff options
context:
space:
mode:
authorTeo Dell'Amico <[email protected]>2016-04-02 13:55:47 -0700
committerChris Rebert <[email protected]>2016-04-06 15:55:27 -0700
commita0a157db9339b129738face06ef72c10fbe3fbf3 (patch)
treedf16d73cbbf3a3d49d7d67fe9df5461776e38497 /docs/examples/carousel/index.html
parent1b3510585214824d16adac234895756ebe960e9e (diff)
downloadbootstrap-a0a157db9339b129738face06ef72c10fbe3fbf3.tar.xz
bootstrap-a0a157db9339b129738face06ef72c10fbe3fbf3.zip
Finish killing .center-block; fixes #19443
Replace the leftover instances with .m-x-auto (and .d-block when necessary) Closes #19665 Refs #19102 [skip sauce]
Diffstat (limited to 'docs/examples/carousel/index.html')
-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 f0144bf3e..5364fb8f8 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -129,7 +129,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-fluid center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+ <img class="featurette-image img-fluid m-x-auto" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
@@ -141,7 +141,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 pull-md-7">
- <img class="featurette-image img-fluid center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+ <img class="featurette-image img-fluid m-x-auto" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>
@@ -153,7 +153,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-fluid center-block" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
+ <img class="featurette-image img-fluid m-x-auto" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>