From aa3b4c41a4d98e054b0e18c0193efcce0db39d71 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 30 Aug 2019 17:21:47 +0300 Subject: [PATCH] carousel.md: Remove duplicate bd-example div. (#29341) The example shortcode already adds this. --- site/content/docs/4.3/components/carousel.md | 66 ++++++++++---------- 1 file changed, 32 insertions(+), 34 deletions(-) diff --git a/site/content/docs/4.3/components/carousel.md b/site/content/docs/4.3/components/carousel.md index 02eedb4abf..17d8bf1e39 100644 --- a/site/content/docs/4.3/components/carousel.md +++ b/site/content/docs/4.3/components/carousel.md @@ -110,45 +110,43 @@ You can also add the indicators to the carousel, alongside the controls, too. Add captions to your slides easily with the `.carousel-caption` element within any `.carousel-item`. They can be easily hidden on smaller viewports, as shown below, with optional [display utilities]({{< docsref "/utilities/display" >}}). We hide them initially with `.d-none` and bring them back on medium-sized devices with `.d-md-block`. {{< example >}} -
-