From a0a157db9339b129738face06ef72c10fbe3fbf3 Mon Sep 17 00:00:00 2001
From: Teo Dell'Amico
Date: Sat, 2 Apr 2016 13:55:47 -0700
Subject: [PATCH] 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]
---
docs/assets/scss/_component-examples.scss | 6 ------
docs/content/images.md | 4 ++--
docs/examples/carousel/index.html | 6 +++---
docs/index.html | 2 +-
4 files changed, 6 insertions(+), 12 deletions(-)
diff --git a/docs/assets/scss/_component-examples.scss b/docs/assets/scss/_component-examples.scss
index b952d7517e..da0a8d2e04 100644
--- a/docs/assets/scss/_component-examples.scss
+++ b/docs/assets/scss/_component-examples.scss
@@ -299,12 +299,6 @@
// Helpers
.bd-example > {
- .center-block:not(img) {
- max-width: 200px;
- padding: .5rem;
- background-color: #eee;
- }
-
.bg-primary,
.bg-success,
.bg-info,
diff --git a/docs/content/images.md b/docs/content/images.md
index e3e616de2e..86d9533543 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 %}
-
![A generic square placeholder image with rounded corners]()
+
{% highlight html %}
-
+
{% endhighlight %}
diff --git a/docs/examples/carousel/index.html b/docs/examples/carousel/index.html
index f0144bf3ea..5364fb8f85 100644
--- a/docs/examples/carousel/index.html
+++ b/docs/examples/carousel/index.html
@@ -129,7 +129,7 @@
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.
-
![Generic placeholder image]()
+
@@ -141,7 +141,7 @@
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.
-
![Generic placeholder image]()
+
@@ -153,7 +153,7 @@
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.
-
![Generic placeholder image]()
+
diff --git a/docs/index.html b/docs/index.html
index 6f88f4254a..86776fb241 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -87,7 +87,7 @@ title: Bootstrap · The world's most popular mobile-first and responsive f
Browse themes
-
+
--
2.47.2