]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Make added-in badge page-level for z-index utilities (#37491)
authorMark Otto <markd.otto@gmail.com>
Mon, 14 Nov 2022 06:37:49 +0000 (22:37 -0800)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 06:37:49 +0000 (07:37 +0100)
site/content/docs/5.2/utilities/z-index.md

index 7cfd22faa89e6bd4132c1106f6c1999fc170e70c..5e4fe05b06d441fc2e2a2b3289a52d169c070b45 100644 (file)
@@ -4,12 +4,11 @@ title: Z-index
 description: Use our low-level `z-index` utilities to quickly change the stack level of an element or component.
 group: utilities
 toc: true
+added: "5.3"
 ---
 
 ## Example
 
-{{< added-in "5.3.0" >}}
-
 Use `z-index` utilities to stack elements on top of one another. Requires a `position` value other than `static`, which can be set with custom styles or using our [position utilities]({{< docsref "/utilities/position/" >}}).
 
 {{< callout >}}
@@ -43,4 +42,3 @@ Learn about our [`z-index` approach]({{< docsref "/extend/approach#z-index-scale
 Customize this Sass map to change the available values and generated utilities.
 
 {{< scss-docs name="zindex-levels-map" file="scss/_variables.scss" >}}
-