aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn
diff options
context:
space:
mode:
authorzengshangai <91205790+zengshangai@users.noreply.github.com>2022-02-09 17:22:02 +0800
committerGitHub <noreply@github.com>2022-02-09 17:22:02 +0800
commitf6e57ef4c24d17b094cfdc8da964cdd12e45d576 (patch)
treed6884bbac326020e61d9b9eda37d222782533d43 /files/zh-cn
parent628b1a2e97f6627ecfcd9d2ee0c21241a4398ddd (diff)
downloadtranslated-content-f6e57ef4c24d17b094cfdc8da964cdd12e45d576.tar.gz
translated-content-f6e57ef4c24d17b094cfdc8da964cdd12e45d576.tar.bz2
translated-content-f6e57ef4c24d17b094cfdc8da964cdd12e45d576.zip
fix overlap h4 label (#4060)
Diffstat (limited to 'files/zh-cn')
-rw-r--r--files/zh-cn/web/css/_doublecolon_after/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/zh-cn/web/css/_doublecolon_after/index.html b/files/zh-cn/web/css/_doublecolon_after/index.html
index 34259be206..958b0a6220 100644
--- a/files/zh-cn/web/css/_doublecolon_after/index.html
+++ b/files/zh-cn/web/css/_doublecolon_after/index.html
@@ -52,7 +52,7 @@ element::after { <em>style properties</em> } /* CSS3 语法 */</pre>
color: red;
}</pre>
-<h4 id="输出" style="line-height: 18px;">输出</h4>
+<h4 id="输出">输出</h4>
<p>{{ EmbedLiveSample('Simple_usage', 500, 170) }}</p>
@@ -73,7 +73,7 @@ element::after { <em>style properties</em> } /* CSS3 语法 */</pre>
border-style: dotted;
}</pre>
-<h4 id="输出_2" style="line-height: 18px;">输出</h4>
+<h4 id="输出_2">输出</h4>
<p>{{ EmbedLiveSample('Decorative_example', 450, 20) }}</p>
@@ -110,7 +110,7 @@ span[data-descr]:hover::after {
z-index: 1;
}</pre>
-<h4 id="输出_3" style="line-height: 18px;">输出</h4>
+<h4 id="输出_3">输出</h4>
<p>{{ EmbedLiveSample('Tooltips', 450, 160) }}</p>