aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/_doublecolon_before
diff options
context:
space:
mode:
Diffstat (limited to 'files/ja/web/css/_doublecolon_before')
-rw-r--r--files/ja/web/css/_doublecolon_before/index.html2
1 files changed, 1 insertions, 1 deletions
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 {
<h2 id="Syntax" name="Syntax">構文</h2>
-<pre class="syntaxbox notranslate">{{csssyntax}}</pre>
+{{csssyntax}}
<div class="note">
<p><strong>注:</strong> CSS3 では<a href="/ja/docs/Web/CSS/Pseudo-classes">擬似クラス</a>と<a href="/ja/docs/Web/CSS/Pseudo-elements">擬似要素</a>を見分けやすくするために、 <code>::before</code> の表記法 (二重コロン付き) が導入されました。ブラウザーでは CSS2 で導入された <code>:before</code> も使用できます。</p>