aboutsummaryrefslogtreecommitdiff
path: root/files/bg/web
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/bg/web
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/bg/web')
-rw-r--r--files/bg/web/css/_colon_first-child/index.html3
-rw-r--r--files/bg/web/css/_colon_nth-child/index.html3
-rw-r--r--files/bg/web/css/transition-delay/index.html2
-rw-r--r--files/bg/web/css/transition/index.html2
4 files changed, 4 insertions, 6 deletions
diff --git a/files/bg/web/css/_colon_first-child/index.html b/files/bg/web/css/_colon_first-child/index.html
index 799ab091ba..5937b72335 100644
--- a/files/bg/web/css/_colon_first-child/index.html
+++ b/files/bg/web/css/_colon_first-child/index.html
@@ -14,8 +14,7 @@ translation_of: 'Web/CSS/:first-child'
<h2 id="Правопис">Правопис</h2>
-<pre class="syntaxbox">{{csssyntax}}
-</pre>
+{{csssyntax}}
<h2 id="Примери">Примери</h2>
diff --git a/files/bg/web/css/_colon_nth-child/index.html b/files/bg/web/css/_colon_nth-child/index.html
index c3f80a2fd1..f453b1ff6b 100644
--- a/files/bg/web/css/_colon_nth-child/index.html
+++ b/files/bg/web/css/_colon_nth-child/index.html
@@ -42,8 +42,7 @@ translation_of: 'Web/CSS/:nth-child'
<h3 id="Правопис">Правопис</h3>
-<pre class="syntaxbox">{{csssyntax}}
-</pre>
+{{csssyntax}}
<h2 id="Examples" name="Examples">Примери</h2>
diff --git a/files/bg/web/css/transition-delay/index.html b/files/bg/web/css/transition-delay/index.html
index 3ef1d9af61..8f574658ee 100644
--- a/files/bg/web/css/transition-delay/index.html
+++ b/files/bg/web/css/transition-delay/index.html
@@ -47,7 +47,7 @@ transition-delay: unset;
<h3 id="Официален_синтаксис">Официален синтаксис</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Примери">Примери</h2>
diff --git a/files/bg/web/css/transition/index.html b/files/bg/web/css/transition/index.html
index a1060b9dd2..20e1062691 100644
--- a/files/bg/web/css/transition/index.html
+++ b/files/bg/web/css/transition/index.html
@@ -65,7 +65,7 @@ transition: unset;
<h3 id="Официален_синтаксис">Официален синтаксис</h3>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<h2 id="Примери">Примери</h2>