From 7d64031c87a71a0e8e9e5f305c4c7ebf373b8673 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 12 Nov 2020 22:01:00 +0900 Subject: [PATCH 001/287] Fix caniuse.com URLS to prevent redirects (#32135) Shorter URLS which are faster as they avoid HTTP redirects --- site/content/docs/5.0/components/navbar.md | 2 +- site/content/docs/5.0/forms/form-control.md | 2 +- site/content/docs/5.0/getting-started/javascript.md | 2 +- site/layouts/partials/callout-warning-input-support.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/site/content/docs/5.0/components/navbar.md b/site/content/docs/5.0/components/navbar.md index 58629fd66..f5f426957 100644 --- a/site/content/docs/5.0/components/navbar.md +++ b/site/content/docs/5.0/components/navbar.md @@ -443,7 +443,7 @@ Use any of the responsive containers to change how wide the content in your navb Use our [position utilities]({{< docsref "/utilities/position" >}}) to place navbars in non-static positions. Choose from fixed to the top, fixed to the bottom, or stickied to the top (scrolls with the page until it reaches the top, then stays there). Fixed navbars use `position: fixed`, meaning they're pulled from the normal flow of the DOM and may require custom CSS (e.g., `padding-top` on the ``) to prevent overlap with other elements. -Also note that **`.sticky-top` uses `position: sticky`, which [isn't fully supported in every browser](https://caniuse.com/#feat=css-sticky)**. +Also note that **`.sticky-top` uses `position: sticky`, which [isn't fully supported in every browser](https://caniuse.com/css-sticky)**. {{< example >}} {{< /example >}} -This example uses [color]({{< docsref "/utilities/colors" >}}) (`bg-light`) and [spacing]({{< docsref "/utilities/spacing" >}}) (`my-2`, `my-lg-0`, `mr-sm-0`, `my-sm-0`) utility classes. +This example uses [color]({{< docsref "/utilities/colors" >}}) (`bg-light`) and [spacing]({{< docsref "/utilities/spacing" >}}) (`my-2`, `my-lg-0`, `me-sm-0`, `my-sm-0`) utility classes. ### Brand @@ -220,7 +220,7 @@ Place various form controls and components within a navbar: @@ -149,14 +149,14 @@ Scrollspy also works with nested `.nav`s. If a nested `.nav` is `.active`, its p diff --git a/site/content/docs/5.0/components/spinners.md b/site/content/docs/5.0/components/spinners.md index 250e334b8..d2495b420 100644 --- a/site/content/docs/5.0/components/spinners.md +++ b/site/content/docs/5.0/components/spinners.md @@ -97,7 +97,7 @@ Use [flexbox utilities][flex], [float utilities][float], or [text alignment][tex {{< example >}}
Loading... - +
{{< /example >}} @@ -105,7 +105,7 @@ Use [flexbox utilities][flex], [float utilities][float], or [text alignment][tex {{< example >}}
-
+
Loading...
diff --git a/site/content/docs/5.0/components/toasts.md b/site/content/docs/5.0/components/toasts.md index 48c68b60b..be368c76e 100644 --- a/site/content/docs/5.0/components/toasts.md +++ b/site/content/docs/5.0/components/toasts.md @@ -31,8 +31,8 @@ Toasts are as flexible as you need and have very little required markup. At a mi {{< example class="bg-light" >}}