diff options
Diffstat (limited to 'files/ru/web/css/adjacent_sibling_combinator')
-rw-r--r-- | files/ru/web/css/adjacent_sibling_combinator/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/adjacent_sibling_combinator/index.html b/files/ru/web/css/adjacent_sibling_combinator/index.html index 42893ac5e3..d5762bba46 100644 --- a/files/ru/web/css/adjacent_sibling_combinator/index.html +++ b/files/ru/web/css/adjacent_sibling_combinator/index.html @@ -5,7 +5,7 @@ translation_of: Web/CSS/Adjacent_sibling_combinator --- <p>{{CSSRef("Selectors")}}</p> -<p>Указывает на смежный или следующий селектор. Обеспечивает выбор только элемента расположенного непосредственно за определенным в первой части элементом.</p> +<p>Указывает на смежный или следующий селектор. Обеспечивает выбор только элемента расположенного непосредственно за определённым в первой части элементом.</p> <h2 id="Синтакс">Синтакс</h2> @@ -29,7 +29,7 @@ translation_of: Web/CSS/Adjacent_sibling_combinator <p>{{EmbedLiveSample('Example_1', 200, 100)}}</p> -<p>Так же может использоваться для задания стиля определенного класса "caption span" следующих {{HTMLElement("img")}} вложенных элементов:</p> +<p>Так же может использоваться для задания стиля определённого класса "caption span" следующих {{HTMLElement("img")}} вложенных элементов:</p> <pre class="brush: css">img + span.caption { font-style: italic; |