From: Mark Otto Date: Mon, 14 Sep 2020 02:22:00 +0000 (-0700) Subject: Update some close button examples X-Git-Tag: v5.0.0-alpha2~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67f33a06c7c0a7431981b91e27f0f58b29fd9724;p=thirdparty%2Fbootstrap.git Update some close button examples --- diff --git a/site/content/docs/5.0/components/alerts.md b/site/content/docs/5.0/components/alerts.md index c58e93a231..79eccab884 100644 --- a/site/content/docs/5.0/components/alerts.md +++ b/site/content/docs/5.0/components/alerts.md @@ -90,9 +90,7 @@ alertList.forEach(function (alert) { Or with `data` attributes on a button **within the alert**, as demonstrated above: {{< highlight html >}} - + {{< /highlight >}} Note that closing an alert will remove it from the DOM. diff --git a/site/content/docs/5.0/components/modal.md b/site/content/docs/5.0/components/modal.md index fbf36f0dd6..bb00382a26 100644 --- a/site/content/docs/5.0/components/modal.md +++ b/site/content/docs/5.0/components/modal.md @@ -44,9 +44,7 @@ Below is a _static_ modal example (meaning its `position` and `display` have bee