aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/flex/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/flex/index.html')
-rw-r--r--files/ru/web/css/flex/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/css/flex/index.html b/files/ru/web/css/flex/index.html
index 3bfc95f7f4..1be5b8e063 100644
--- a/files/ru/web/css/flex/index.html
+++ b/files/ru/web/css/flex/index.html
@@ -13,7 +13,7 @@ translation_of: Web/CSS/flex
<p>Для более полной информации читайте <a href="/ru/docs/Web/CSS/CSS_Flexible_Box_Layout/Using_CSS_flexible_boxes" title="CSS/Using_CSS_flexible_boxes">Использование flex-контейнеров CSS</a>.</p>
-<h2 id="Syntax" name="Syntax">Синтаксис</h2>
+<h2 id="Syntax">Синтаксис</h2>
<pre class="brush:css">/* 0 0 auto */
flex: none;
@@ -42,7 +42,7 @@ flex: initial;
flex: unset;
</pre>
-<h3 id="Values" name="Values">Значения</h3>
+<h3 id="Values">Значения</h3>
<dl>
<dt><code>&lt;'flex-grow'&gt;</code></dt>
@@ -113,7 +113,7 @@ flex.addEventListener("click", function() {
<p>{{EmbedLiveSample('Пример','100%','60')}}</p>
-<h2 id="Specifications" name="Specifications">Спецификации</h2>
+<h2 id="Specifications">Спецификации</h2>
<table class="standard-table">
<thead>
@@ -136,7 +136,7 @@ flex.addEventListener("click", function() {
<p>{{Compat("css.properties.flex")}}</p>
-<h2 id="See_also" name="See_also">Смотрите также</h2>
+<h2 id="See_also">Смотрите также</h2>
<ul>
<li><a href="/en-US/docs/Web/Guide/CSS/Flexible_boxes" title="CSS/Using_CSS_flexible_boxes">Using CSS flexible boxes</a></li>