From 1386fed7d38652d5848d315927e7e23a66cffd13 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Wed, 20 Oct 2021 13:28:52 +0300 Subject: [RU] Remove `name` attribute from headings (#2788) --- files/ru/web/css/bottom/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'files/ru/web/css/bottom') 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

Когда заданы оба свойства {{cssxref("top")}} и bottom, а свойство {{cssxref("height")}} не задано, auto или равно 100%, то оба свойства {{cssxref("top")}} и bottom учитываются. Если свойство {{cssxref("height")}} задано, то свойство {{cssxref("top")}} будет учтено, а bottom — проигнорировано.

-

Синтаксис

+

Синтаксис

/* Значения величин */
 bottom: 3px;
@@ -73,7 +73,7 @@ bottom: unset;
 
 {{csssyntax}}
 
-

Пример

+

Пример

@@ -116,7 +116,7 @@ div {

{{EmbedLiveSample('Пример','500','250')}}

-

Характеристики

+

Характеристики

@@ -147,7 +147,7 @@ div {

{{cssinfo}}

-

Совместимость с браузером

+

Совместимость с браузером

{{Compat("css.properties.bottom")}}

-- cgit v1.2.3-54-g00ecf