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/min-height/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'files/ru/web/css/min-height/index.html') diff --git a/files/ru/web/css/min-height/index.html b/files/ru/web/css/min-height/index.html index 6cc632e6c3..921cbc8cd8 100644 --- a/files/ru/web/css/min-height/index.html +++ b/files/ru/web/css/min-height/index.html @@ -13,7 +13,7 @@ translation_of: Web/CSS/min-height

Высота элемента принимает значение min-height всякий раз, когда min-height больше чем {{ Cssxref("max-height") }} или {{Cssxref("height")}}.

-

Синтаксис

+

Синтаксис

/* <length> значения */
 min-height: 3.5em;
@@ -33,7 +33,7 @@ min-height: initial;
 min-height: unset;
 
-

Значения

+

Значения

{{cssxref("<length>")}}
@@ -108,7 +108,7 @@ form { min-height: 0; }

Поддержка браузерами

{{Compat("css.properties.min-height")}}

-

Смотрите также

+

Смотрите также