aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/4.3/extend
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2020-04-02 11:44:07 -0700
committerMark Otto <[email protected]>2020-04-13 13:55:34 -0700
commit33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df (patch)
tree184e24893803bbbf4c102b66402da4f8638f56fc /site/content/docs/4.3/extend
parentbb3e5f712a3b1b79d85a6f15ad32bafcf6c77f66 (diff)
downloadbootstrap-33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df.tar.xz
bootstrap-33a4e8ff9b7ef7ec00e769d7a70d3634c19b08df.zip
Rewrite grid docs to account for new grid tier
- Breaks grid content across multiple pages - Updates mentions of grid tiers from five to six - Rewrites how it works sections to reference new options and tiers
Diffstat (limited to 'site/content/docs/4.3/extend')
-rw-r--r--site/content/docs/4.3/extend/approach.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/extend/approach.md b/site/content/docs/4.3/extend/approach.md
index 3c4d1dae8..b5ec07fd2 100644
--- a/site/content/docs/4.3/extend/approach.md
+++ b/site/content/docs/4.3/extend/approach.md
@@ -55,7 +55,7 @@ Bootstrap includes several components that function as an overlay of some kind.
Each overlay component increases its `z-index` value slightly in such a way that common UI principles allow user focused or hovered elements to remain in view at all times. For example, a modal is document blocking (e.g., you cannot take any other action save for the modal's action), so we put that above our navbars.
-Learn more about this in our [`z-index` layout page]({{< docsref "/layout/overview#z-index" >}}).
+Learn more about this in our [`z-index` layout page]({{< docsref "/layout/z-index" >}}).
## HTML and CSS over JS