From 785d15a39cd83375a753bd1f93cded5f86e053f7 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 2 Nov 2020 15:59:59 +0200 Subject: [PATCH] Remove default class --- site/content/docs/5.0/components/alerts.md | 4 ++-- site/content/docs/5.0/components/carousel.md | 6 +++--- site/content/docs/5.0/components/collapse.md | 4 ++-- site/content/docs/5.0/components/dropdowns.md | 4 ++-- site/content/docs/5.0/components/list-group.md | 2 +- site/content/docs/5.0/components/modal.md | 2 +- site/content/docs/5.0/components/navs-tabs.md | 2 +- site/content/docs/5.0/components/popovers.md | 2 +- site/content/docs/5.0/components/tooltips.md | 2 +- site/content/docs/5.0/utilities/display.md | 2 +- 10 files changed, 15 insertions(+), 15 deletions(-) diff --git a/site/content/docs/5.0/components/alerts.md b/site/content/docs/5.0/components/alerts.md index 79979584e1e3..d4d66f1be7c5 100644 --- a/site/content/docs/5.0/components/alerts.md +++ b/site/content/docs/5.0/components/alerts.md @@ -106,7 +106,7 @@ var bsAlert = new bootstrap.Alert(myAlert) This makes an alert listen for click events on descendant elements which have the `data-dismiss="alert"` attribute. (Not necessary when using the data-api's auto-initialization.) -{{< bs-table "table" >}} +{{< bs-table >}} | Method | Description | | --- | --- | | `close` | Closes an alert by removing it from the DOM. If the `.fade` and `.show` classes are present on the element, the alert will fade out before it is removed. | @@ -124,7 +124,7 @@ alert.close() Bootstrap's alert plugin exposes a few events for hooking into alert functionality. -{{< bs-table "table" >}} +{{< bs-table >}} | Event | Description | | --- | --- | | `close.bs.alert` | Fires immediately when the `close` instance method is called. | diff --git a/site/content/docs/5.0/components/carousel.md b/site/content/docs/5.0/components/carousel.md index 011c29263eba..cef0d425611a 100644 --- a/site/content/docs/5.0/components/carousel.md +++ b/site/content/docs/5.0/components/carousel.md @@ -272,7 +272,7 @@ var carousel = new bootstrap.Carousel(myCarousel) Options can be passed via data attributes or JavaScript. For data attributes, append the option name to `data-`, as in `data-interval=""`. -{{< bs-table "table" >}} +{{< bs-table >}} | Name | Type | Default | Description | | --- | --- | --- | --- | | `interval` | number | `5000` | The amount of time to delay between automatically cycling an item. If false, carousel will not automatically cycle. | @@ -299,7 +299,7 @@ var carousel = new bootstrap.Carousel(myCarousel, { }) ``` -{{< bs-table "table" >}} +{{< bs-table >}} | Method | Description | | --- | --- | | `cycle` | Cycles through the carousel items from left to right. | @@ -323,7 +323,7 @@ Bootstrap's carousel class exposes two events for hooking into carousel function All carousel events are fired at the carousel itself (i.e. at the `