From e6e74c1eb6e5065f6c34d2ff64188cca7151b4b1 Mon Sep 17 00:00:00 2001 From: Masahiro FUJIMOTO Date: Mon, 30 Oct 2023 16:34:02 +0900 Subject: [PATCH] Update index.md --- files/ja/web/css/subsequent-sibling_combinator/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/files/ja/web/css/subsequent-sibling_combinator/index.md b/files/ja/web/css/subsequent-sibling_combinator/index.md index df3bd60f05e368..9fe9c45180ae53 100644 --- a/files/ja/web/css/subsequent-sibling_combinator/index.md +++ b/files/ja/web/css/subsequent-sibling_combinator/index.md @@ -44,7 +44,9 @@ img ~ p { ノードの数や種類に関係なく、段落の後の同じ親からの span はすべて赤くなります。 - この span は段落と親を共有していないので赤ではありません。 + + この span は段落と親を共有していないので赤ではありません。 + ``` ```css