aboutsummaryrefslogtreecommitdiff
path: root/files/uk/web/css/_doublecolon_before/index.html
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/uk/web/css/_doublecolon_before/index.html
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/uk/web/css/_doublecolon_before/index.html')
-rw-r--r--files/uk/web/css/_doublecolon_before/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/uk/web/css/_doublecolon_before/index.html b/files/uk/web/css/_doublecolon_before/index.html
index ec3560be1f..675b0c375d 100644
--- a/files/uk/web/css/_doublecolon_before/index.html
+++ b/files/uk/web/css/_doublecolon_before/index.html
@@ -23,7 +23,7 @@ translation_of: 'Web/CSS/::before'
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox">{{csssyntax}}</pre>
+{{csssyntax}}
<div class="note">
<p><strong>Нотатка:</strong> CSS3 представляє позначення <code>::before</code> (з двома двокрапками) щоб розрізняти <a href="/en-US/docs/Web/CSS/Pseudo-classes">псевдо-класи</a> і <a href="/en-US/docs/Web/CSS/Pseudo-elements">псевдо-елементи</a>. Браузер також приймає  <code>:before</code>, представлений в CSS2.</p>