From 1bbb4d9683edd28fc947b17804e5b882184ecfcb Mon Sep 17 00:00:00 2001 From: Florian Dieminger Date: Mon, 15 Mar 2021 18:56:01 +0100 Subject: remove pre for CSSSyntaxd (#175) ``` s/(\{\{csssyntax(\(.*\))?\}\})\n?/$1/g ``` --- files/ja/web/css/_doublecolon_before/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files/ja/web/css/_doublecolon_before') diff --git a/files/ja/web/css/_doublecolon_before/index.html b/files/ja/web/css/_doublecolon_before/index.html index 65596a63d7..66846ef76e 100644 --- a/files/ja/web/css/_doublecolon_before/index.html +++ b/files/ja/web/css/_doublecolon_before/index.html @@ -25,7 +25,7 @@ a::before {

構文

-
{{csssyntax}}
+{{csssyntax}}

注: CSS3 では擬似クラス擬似要素を見分けやすくするために、 ::before の表記法 (二重コロン付き) が導入されました。ブラウザーでは CSS2 で導入された :before も使用できます。

-- cgit v1.2.3-54-g00ecf