aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/examples
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-07-20 17:58:26 +0300
committerMark Otto <[email protected]>2017-07-30 14:00:14 -0700
commitef1c7291569914e2f2787d12017640a761ae4f78 (patch)
tree28d47e71a7e9e887f3d0a243184fe8bea4f9c2b9 /docs/4.0/examples
parent3619586c16ef30214ec8df9b6e3fbfa423c5f623 (diff)
downloadbootstrap-ef1c7291569914e2f2787d12017640a761ae4f78.tar.xz
bootstrap-ef1c7291569914e2f2787d12017640a761ae4f78.zip
Update docs and carousel example for `order-`.
Diffstat (limited to 'docs/4.0/examples')
-rw-r--r--docs/4.0/examples/carousel/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/4.0/examples/carousel/index.html b/docs/4.0/examples/carousel/index.html
index e950f57ec..3b0b692f5 100644
--- a/docs/4.0/examples/carousel/index.html
+++ b/docs/4.0/examples/carousel/index.html
@@ -136,11 +136,11 @@
<hr class="featurette-divider">
<div class="row featurette">
- <div class="col-md-7 push-md-5">
+ <div class="col-md-7 order-md-2">
<h2 class="featurette-heading">Oh yeah, it's that good. <span class="text-muted">See for yourself.</span></h2>
<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">
+ <div class="col-md-5 order-md-1">
<img class="featurette-image img-fluid mx-auto" data-src="holder.js/500x500/auto" alt="Generic placeholder image">
</div>
</div>