From cfd4897058f7ff2738895f688a8761aa142894c5 Mon Sep 17 00:00:00 2001 From: 周盛道 <26922dd@sina.com> Date: Thu, 19 Aug 2021 15:48:21 +0800 Subject: 修改错误。 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 Cssref 修改为 Cssxref --- files/zh-cn/web/css/_doublecolon_before/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'files') diff --git a/files/zh-cn/web/css/_doublecolon_before/index.html b/files/zh-cn/web/css/_doublecolon_before/index.html index e71e51a49b..c26c09f813 100644 --- a/files/zh-cn/web/css/_doublecolon_before/index.html +++ b/files/zh-cn/web/css/_doublecolon_before/index.html @@ -33,7 +33,7 @@ p::before { content: "Hello world!"; }

加入引用标记

-

使用 ::before 伪元素的一个简单示例就是用于加入引号。此处同时使用了 ::before 和 {{Cssref("::after")}}来插入引用性文本。

+

使用 ::before 伪元素的一个简单示例就是用于加入引号。此处同时使用了 ::before 和 {{Cssxref("::after")}}来插入引用性文本。

HTML 内容

-- cgit v1.2.3-54-g00ecf