diff options
Diffstat (limited to 'files/ru/web/css/bottom/index.html')
| -rw-r--r-- | files/ru/web/css/bottom/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/css/bottom/index.html b/files/ru/web/css/bottom/index.html index 1f2f0fec06..08cf4e1d6d 100644 --- a/files/ru/web/css/bottom/index.html +++ b/files/ru/web/css/bottom/index.html @@ -27,7 +27,7 @@ translation_of: Web/CSS/bottom <p>Когда заданы оба свойства {{cssxref("top")}} и <code>bottom</code>, а свойство {{cssxref("height")}} не задано, <code>auto</code> или равно <code>100%</code>, то оба свойства {{cssxref("top")}} и <code>bottom</code> учитываются. Если свойство {{cssxref("height")}} задано, то свойство {{cssxref("top")}} будет учтено, а <code>bottom</code> — проигнорировано.</p> -<h2 id="Синтаксис" name="Синтаксис">Синтаксис</h2> +<h2 id="Синтаксис">Синтаксис</h2> <pre class="brush:css no-line-numbers">/* Значения величин */ bottom: 3px; @@ -73,7 +73,7 @@ bottom: unset; {{csssyntax}} -<h2 id="Пример" name="Пример">Пример</h2> +<h2 id="Пример">Пример</h2> @@ -116,7 +116,7 @@ div { <p>{{EmbedLiveSample('Пример','500','250')}}</p> -<h2 id="Specifications" name="Specifications">Характеристики</h2> +<h2 id="Specifications">Характеристики</h2> <table class="standard-table"> <thead> @@ -147,7 +147,7 @@ div { <p>{{cssinfo}}</p> -<h2 id="Browser_compatibility" name="Browser_compatibility">Совместимость с браузером</h2> +<h2 id="Browser_compatibility">Совместимость с браузером</h2> <div> <p>{{Compat("css.properties.bottom")}}</p> |
