From 722cc355247d25f7846833ed6e983489d066d50a Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 2 Dec 2024 12:31:15 +0000 Subject: [PATCH 1/2] added the *-self properties to see also of *-self --- files/en-us/web/css/align-self/index.md | 2 ++ files/en-us/web/css/justify-self/index.md | 4 +++- files/en-us/web/css/place-self/index.md | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/files/en-us/web/css/align-self/index.md b/files/en-us/web/css/align-self/index.md index 8343af21fbdfc20..1d89515e3188924 100644 --- a/files/en-us/web/css/align-self/index.md +++ b/files/en-us/web/css/align-self/index.md @@ -146,3 +146,5 @@ div:nth-child(3) { - [Box alignment in CSS grid layouts](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout) - [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) - The {{cssxref("align-items")}} property +- The {{cssxref("justify-self")}} property +- The {{cssxref("place-self")}} shorthand property diff --git a/files/en-us/web/css/justify-self/index.md b/files/en-us/web/css/justify-self/index.md index 599d95271ce8e33..0d8975cda93ff9b 100644 --- a/files/en-us/web/css/justify-self/index.md +++ b/files/en-us/web/css/justify-self/index.md @@ -195,6 +195,8 @@ span { ## See also -- {{CSSxRef("justify-items")}} - [Box alignment in CSS grid layouts](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout) - [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) module +- The {{CSSxRef("justify-items")}} property +- The {{cssxref("align-self")}} property +- The {{cssxref("place-self")}} shorthand property diff --git a/files/en-us/web/css/place-self/index.md b/files/en-us/web/css/place-self/index.md index 45bb89dccc9d189..88f731482c28d31 100644 --- a/files/en-us/web/css/place-self/index.md +++ b/files/en-us/web/css/place-self/index.md @@ -164,8 +164,8 @@ span { ## See also -- {{cssxref("align-self")}} -- {{cssxref("justify-self")}} +- The {{cssxref("align-self")}} property +- The {{cssxref("justify-self")}} property - [Basic concepts of flexbox](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox) - [Aligning items in a flex container](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Aligning_items_in_a_flex_container) - [Box alignment in CSS grid layouts](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout) From fe4227409c3c433f475b0d6f79552ea4cced8642 Mon Sep 17 00:00:00 2001 From: Dave Letorey Date: Mon, 2 Dec 2024 14:53:15 +0000 Subject: [PATCH 2/2] removed the CSS properties in see also --- files/en-us/web/css/align-self/index.md | 6 +++--- files/en-us/web/css/justify-self/index.md | 6 +++--- files/en-us/web/css/place-self/index.md | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/files/en-us/web/css/align-self/index.md b/files/en-us/web/css/align-self/index.md index 1d89515e3188924..56c1ab8081bface 100644 --- a/files/en-us/web/css/align-self/index.md +++ b/files/en-us/web/css/align-self/index.md @@ -145,6 +145,6 @@ div:nth-child(3) { - [Aligning items in a flex container](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Aligning_items_in_a_flex_container) - [Box alignment in CSS grid layouts](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout) - [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) -- The {{cssxref("align-items")}} property -- The {{cssxref("justify-self")}} property -- The {{cssxref("place-self")}} shorthand property +- {{cssxref("align-items")}} +- {{cssxref("justify-self")}} +- {{cssxref("place-self")}} diff --git a/files/en-us/web/css/justify-self/index.md b/files/en-us/web/css/justify-self/index.md index 0d8975cda93ff9b..bff8949755cce3c 100644 --- a/files/en-us/web/css/justify-self/index.md +++ b/files/en-us/web/css/justify-self/index.md @@ -197,6 +197,6 @@ span { - [Box alignment in CSS grid layouts](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout) - [CSS box alignment](/en-US/docs/Web/CSS/CSS_box_alignment) module -- The {{CSSxRef("justify-items")}} property -- The {{cssxref("align-self")}} property -- The {{cssxref("place-self")}} shorthand property +- {{CSSxRef("justify-items")}} +- {{cssxref("align-self")}} +- {{cssxref("place-self")}} diff --git a/files/en-us/web/css/place-self/index.md b/files/en-us/web/css/place-self/index.md index 88f731482c28d31..45bb89dccc9d189 100644 --- a/files/en-us/web/css/place-self/index.md +++ b/files/en-us/web/css/place-self/index.md @@ -164,8 +164,8 @@ span { ## See also -- The {{cssxref("align-self")}} property -- The {{cssxref("justify-self")}} property +- {{cssxref("align-self")}} +- {{cssxref("justify-self")}} - [Basic concepts of flexbox](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Basic_concepts_of_flexbox) - [Aligning items in a flex container](/en-US/docs/Web/CSS/CSS_flexible_box_layout/Aligning_items_in_a_flex_container) - [Box alignment in CSS grid layouts](/en-US/docs/Web/CSS/CSS_grid_layout/Box_alignment_in_grid_layout)