aboutsummaryrefslogtreecommitdiff
path: root/files/ja/web/css/@page
diff options
context:
space:
mode:
authorFlorian Dieminger <me@fiji-flo.de>2021-03-15 18:56:01 +0100
committerGitHub <noreply@github.com>2021-03-15 18:56:01 +0100
commit1bbb4d9683edd28fc947b17804e5b882184ecfcb (patch)
tree032aa6be1de60c220df8cf308806e05532f58aec /files/ja/web/css/@page
parent8140842a1b9d12c52c2b5db11352e4f5d91058d7 (diff)
downloadtranslated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.gz
translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.tar.bz2
translated-content-1bbb4d9683edd28fc947b17804e5b882184ecfcb.zip
remove pre for CSSSyntaxd (#175)
``` s/<pre.*>(\{\{csssyntax(\(.*\))?\}\})\n?</pre>/$1/g ```
Diffstat (limited to 'files/ja/web/css/@page')
-rw-r--r--files/ja/web/css/@page/bleed/index.html2
-rw-r--r--files/ja/web/css/@page/index.html2
-rw-r--r--files/ja/web/css/@page/marks/index.html2
-rw-r--r--files/ja/web/css/@page/size/index.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/files/ja/web/css/@page/bleed/index.html b/files/ja/web/css/@page/bleed/index.html
index 83bc2b853c..a5f275ba89 100644
--- a/files/ja/web/css/@page/bleed/index.html
+++ b/files/ja/web/css/@page/bleed/index.html
@@ -39,7 +39,7 @@ bleed: 1cm;
<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Example" name="Example">例</h2>
diff --git a/files/ja/web/css/@page/index.html b/files/ja/web/css/@page/index.html
index a03ac2dff6..88748a9bda 100644
--- a/files/ja/web/css/@page/index.html
+++ b/files/ja/web/css/@page/index.html
@@ -51,7 +51,7 @@ translation_of: Web/CSS/@page
<h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2>
-<pre class="syntaxbox notranslate">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples" name="Examples">例</h2>
diff --git a/files/ja/web/css/@page/marks/index.html b/files/ja/web/css/@page/marks/index.html
index eaced148e4..61384437ef 100644
--- a/files/ja/web/css/@page/marks/index.html
+++ b/files/ja/web/css/@page/marks/index.html
@@ -42,7 +42,7 @@ marks: crop cross;
<h3 id="Formal_syntax" name="Formal_syntax">形式文法</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples" name="Examples">例</h2>
diff --git a/files/ja/web/css/@page/size/index.html b/files/ja/web/css/@page/size/index.html
index 5193209c53..07e1acbd38 100644
--- a/files/ja/web/css/@page/size/index.html
+++ b/files/ja/web/css/@page/size/index.html
@@ -86,7 +86,7 @@ size: A4 portrait;
<h2 id="Formal_syntax" name="Formal_syntax">形式文法</h2>
-<pre class="syntaxbox notranslate">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples" name="Examples">例</h2>