aboutsummaryrefslogtreecommitdiff
path: root/docs/content
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/content
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/content')
-rw-r--r--docs/content/images.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/images.md b/docs/content/images.md
index e3e616de2..86d953354 100644
--- a/docs/content/images.md
+++ b/docs/content/images.md
@@ -60,11 +60,11 @@ Align images with the [helper float classes]({{ site.baseurl }}/components/utili
{% endhighlight %}
<div class="bd-example bd-example-images">
- <img data-src="holder.js/200x200" class="img-rounded center-block" alt="A generic square placeholder image with rounded corners">
+ <img data-src="holder.js/200x200" class="img-rounded m-x-auto d-block" alt="A generic square placeholder image with rounded corners">
</div>
{% highlight html %}
-<img src="..." class="img-rounded center-block" alt="...">
+<img src="..." class="img-rounded m-x-auto d-block" alt="...">
{% endhighlight %}
<div class="bd-example bd-example-images">