aboutsummaryrefslogtreecommitdiff
path: root/files/tr
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/tr
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/tr')
-rw-r--r--files/tr/web/css/@import/index.html2
-rw-r--r--files/tr/web/css/_colon_active/index.html2
-rw-r--r--files/tr/web/css/_colon_first-of-type/index.html3
-rw-r--r--files/tr/web/css/_colon_focus/index.html2
-rw-r--r--files/tr/web/css/_colon_last-child/index.html2
-rw-r--r--files/tr/web/css/_colon_link/index.html2
-rw-r--r--files/tr/web/css/_colon_not/index.html2
-rw-r--r--files/tr/web/css/_colon_root/index.html2
-rw-r--r--files/tr/web/css/_doublecolon_first-letter/index.html2
-rw-r--r--files/tr/web/css/background-color/index.html2
-rw-r--r--files/tr/web/css/background/index.html2
-rw-r--r--files/tr/web/css/display/index.html2
-rw-r--r--files/tr/web/css/font-size/index.html2
-rw-r--r--files/tr/web/css/margin/index.html2
-rw-r--r--files/tr/web/css/shape-outside/index.html2
15 files changed, 15 insertions, 16 deletions
diff --git a/files/tr/web/css/@import/index.html b/files/tr/web/css/@import/index.html
index 83a6381530..130d0b186d 100644
--- a/files/tr/web/css/@import/index.html
+++ b/files/tr/web/css/@import/index.html
@@ -33,7 +33,7 @@ translation_of: Web/CSS/@import
<h3 id="Formal_syntax">Formal syntax</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Specifications">Specifications</h2>
diff --git a/files/tr/web/css/_colon_active/index.html b/files/tr/web/css/_colon_active/index.html
index 50fc217bc1..fe5563e036 100644
--- a/files/tr/web/css/_colon_active/index.html
+++ b/files/tr/web/css/_colon_active/index.html
@@ -20,7 +20,7 @@ a:active {
<h2 id="Syntax">Syntax</h2>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Example" name="Example">Example</h2>
diff --git a/files/tr/web/css/_colon_first-of-type/index.html b/files/tr/web/css/_colon_first-of-type/index.html
index 661909a3eb..ad4ee056d6 100644
--- a/files/tr/web/css/_colon_first-of-type/index.html
+++ b/files/tr/web/css/_colon_first-of-type/index.html
@@ -19,8 +19,7 @@ p:first-of-type {
<h2 id="Sözdizimi">Sözdizimi</h2>
-<pre class="syntaxbox">{{csssyntax}}
-</pre>
+{{csssyntax}}
<h2 id="Örnekler">Örnekler</h2>
diff --git a/files/tr/web/css/_colon_focus/index.html b/files/tr/web/css/_colon_focus/index.html
index 3ee30adbae..05ebc35ead 100644
--- a/files/tr/web/css/_colon_focus/index.html
+++ b/files/tr/web/css/_colon_focus/index.html
@@ -26,7 +26,7 @@ input:focus {
<h2 id="Syntax">Syntax</h2>
-<pre class="syntaxbox notranslate">{{CSSSyntax}}</pre>
+{{CSSSyntax}}
<h2 id="Examples">Examples</h2>
diff --git a/files/tr/web/css/_colon_last-child/index.html b/files/tr/web/css/_colon_last-child/index.html
index c117c9deb6..b068bb7de8 100644
--- a/files/tr/web/css/_colon_last-child/index.html
+++ b/files/tr/web/css/_colon_last-child/index.html
@@ -19,7 +19,7 @@ translation_of: 'Web/CSS/:last-child'
<h2 id="Yazım_Şekli">Yazım Şekli</h2>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Örnek">Örnek</h2>
diff --git a/files/tr/web/css/_colon_link/index.html b/files/tr/web/css/_colon_link/index.html
index 26b45658a3..d9cd1502eb 100644
--- a/files/tr/web/css/_colon_link/index.html
+++ b/files/tr/web/css/_colon_link/index.html
@@ -27,7 +27,7 @@ a:link {
<h2 id="Syntax">Syntax</h2>
-<pre class="syntaxbox notranslate">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples">Examples</h2>
diff --git a/files/tr/web/css/_colon_not/index.html b/files/tr/web/css/_colon_not/index.html
index 1d00714bb8..e4eb3e5d93 100644
--- a/files/tr/web/css/_colon_not/index.html
+++ b/files/tr/web/css/_colon_not/index.html
@@ -28,7 +28,7 @@ translation_of: 'Web/CSS/:not'
<h2 id="Syntax">Syntax</h2>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Örnek">Örnek</h2>
diff --git a/files/tr/web/css/_colon_root/index.html b/files/tr/web/css/_colon_root/index.html
index 26ef59586d..de77ef2a6a 100644
--- a/files/tr/web/css/_colon_root/index.html
+++ b/files/tr/web/css/_colon_root/index.html
@@ -17,7 +17,7 @@ translation_of: 'Web/CSS/:root'
<h2 id="Sözdizimi">Sözdizimi</h2>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Örnek">Örnek</h2>
diff --git a/files/tr/web/css/_doublecolon_first-letter/index.html b/files/tr/web/css/_doublecolon_first-letter/index.html
index d5a4a507e3..8cf9b5be47 100644
--- a/files/tr/web/css/_doublecolon_first-letter/index.html
+++ b/files/tr/web/css/_doublecolon_first-letter/index.html
@@ -40,7 +40,7 @@ p::first-letter {
<h2 id="Söz_dizimiSyntax">Söz dizimi(Syntax)</h2>
-<pre class="syntaxbox notranslate">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Örnekler">Örnekler</h2>
diff --git a/files/tr/web/css/background-color/index.html b/files/tr/web/css/background-color/index.html
index 874049e1b6..a8e0b081d1 100644
--- a/files/tr/web/css/background-color/index.html
+++ b/files/tr/web/css/background-color/index.html
@@ -55,7 +55,7 @@ background-color: unset;</pre>
<h3 id="Resmi_sözdizimi">Resmi sözdizimi</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Örnekler">Örnekler</h2>
diff --git a/files/tr/web/css/background/index.html b/files/tr/web/css/background/index.html
index e5ef80a75a..8bfef1e9fb 100644
--- a/files/tr/web/css/background/index.html
+++ b/files/tr/web/css/background/index.html
@@ -70,7 +70,7 @@ background: no-repeat center/80% url("../img/image.png");
<h3 id="Formal_syntax">Formal syntax</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Örnekler">Örnekler</h2>
diff --git a/files/tr/web/css/display/index.html b/files/tr/web/css/display/index.html
index b6ee8f9389..2b26ff1cd5 100644
--- a/files/tr/web/css/display/index.html
+++ b/files/tr/web/css/display/index.html
@@ -207,7 +207,7 @@ display: unset;
<h3 id="Formal_syntax">Formal syntax</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples">Examples</h2>
diff --git a/files/tr/web/css/font-size/index.html b/files/tr/web/css/font-size/index.html
index cacbec8ae5..89ce88d475 100644
--- a/files/tr/web/css/font-size/index.html
+++ b/files/tr/web/css/font-size/index.html
@@ -76,7 +76,7 @@ font-size: unset;
<h3 id="Formal_syntax">Formal syntax</h3>
-<pre class="syntaxbox notranslate">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Açıklama">Açıklama</h2>
diff --git a/files/tr/web/css/margin/index.html b/files/tr/web/css/margin/index.html
index e2fc1b4085..e226907d8a 100644
--- a/files/tr/web/css/margin/index.html
+++ b/files/tr/web/css/margin/index.html
@@ -64,7 +64,7 @@ margin: unset;
<h3 id="Formel_sözdizimi">Formel sözdizimi</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Örnekler">Örnekler</h2>
diff --git a/files/tr/web/css/shape-outside/index.html b/files/tr/web/css/shape-outside/index.html
index 1e4aed1e56..4a05560e8a 100644
--- a/files/tr/web/css/shape-outside/index.html
+++ b/files/tr/web/css/shape-outside/index.html
@@ -106,7 +106,7 @@ shape-outside: unset;
<h2 id="Formal_syntax">Formal syntax</h2>
-<pre class="syntaxbox notranslate">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Examples">Examples</h2>