diff options
Diffstat (limited to 'files/ru/web/css')
-rw-r--r-- | files/ru/web/css/css_images/using_css_gradients/index.html | 4 | ||||
-rw-r--r-- | files/ru/web/css/line-height/index.html | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/css/css_images/using_css_gradients/index.html b/files/ru/web/css/css_images/using_css_gradients/index.html index 5f029e06fa..0f2b61d2fe 100644 --- a/files/ru/web/css/css_images/using_css_gradients/index.html +++ b/files/ru/web/css/css_images/using_css_gradients/index.html @@ -25,7 +25,7 @@ translation_of: Web/CSS/CSS_Images/Using_CSS_gradients <p>Чтобы создать самый простой тип градиента, всё, что вам нужно – это указать два цвета. Они называются <em>точки остановки цвета</em>. Их должно быть, как минимум, две, но у вас может быть столько, сколько захотите.</p> <div class="hidden"> -<pre class="brush: html" dir="rtl"><div class="simple-linear"></div></pre> +<pre class="brush: html"><div class="simple-linear"></div></pre> <pre class="brush: css">div { width: 120px; @@ -188,7 +188,7 @@ translation_of: Web/CSS/CSS_Images/Using_CSS_gradients <p>По умолчанию градиент идёт плавно от одного цвета до другого. Вы можете добавить цветовую подсказку, чтобы переместить значение средней точки перехода в определённую точку градиента. В этом примере мы переместили среднюю точку перехода из отметки 50% на отметку 10%.</p> <div class="hidden"> -<pre class="brush: html" dir="rtl"><div class="color-hint"></div> +<pre class="brush: html"><div class="color-hint"></div> <div class="simple-linear"></div></pre> <pre class="brush: css">div { diff --git a/files/ru/web/css/line-height/index.html b/files/ru/web/css/line-height/index.html index cdf7b1bf8e..b15c03c1fe 100644 --- a/files/ru/web/css/line-height/index.html +++ b/files/ru/web/css/line-height/index.html @@ -11,7 +11,7 @@ translation_of: Web/CSS/line-height -<p dir="rtl" id="Syntax"></p> +<p id="Syntax"></p> <h2 id="Синтаксис">Синтаксис</h2> |