aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/_colon_first-child/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/_colon_first-child/index.html')
-rw-r--r--files/ru/web/css/_colon_first-child/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/files/ru/web/css/_colon_first-child/index.html b/files/ru/web/css/_colon_first-child/index.html
index e31fc0391d..d31fc8acd2 100644
--- a/files/ru/web/css/_colon_first-child/index.html
+++ b/files/ru/web/css/_colon_first-child/index.html
@@ -7,7 +7,7 @@ translation_of: 'Web/CSS/:first-child'
---
<div>{{CSSRef}}</div>
-<p>{{cssxRef('', 'CSS')}} {{cssxRef('Pseudo-classes', 'псевдо-класс')}} <strong><code>:first-child</code></strong> находит любой элемент, являющийся первым в своём родителе.</p>
+<p>{{cssxRef('', 'CSS')}} {{cssxRef('Pseudo-classes', 'псевдокласс')}} <strong><code>:first-child</code></strong> находит любой элемент, являющийся первым в своём родителе.</p>
<pre class="brush: css no-line-numbers">&gt;
/* Выбирает любой &lt;p&gt;, который является первым элементом
@@ -22,8 +22,7 @@ p:first-child {
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="syntaxbox">{{csssyntax}}
-</pre>
+{{csssyntax}}
<h2 id="Примеры">Примеры</h2>