diff options
Diffstat (limited to 'files/zh-cn/web/css/_doublecolon_after/index.html')
-rw-r--r-- | files/zh-cn/web/css/_doublecolon_after/index.html | 6 |
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> |