aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/direction/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/direction/index.html')
-rw-r--r--files/ru/web/css/direction/index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/direction/index.html b/files/ru/web/css/direction/index.html
index f1de56062b..10bcafb9b7 100644
--- a/files/ru/web/css/direction/index.html
+++ b/files/ru/web/css/direction/index.html
@@ -21,7 +21,7 @@ translation_of: Web/CSS/direction
<h2 id="Syntax">Syntax</h2>
-<pre class="brush:css no-line-numbers notranslate">/* Keyword values */
+<pre class="brush:css no-line-numbers">/* Keyword values */
direction: ltr;
direction: rtl;
@@ -54,7 +54,7 @@ direction: unset;
<h3 id="Setting_right-to-left_direction">Setting right-to-left direction</h3>
-<pre class="brush: css notranslate">blockquote {
+<pre class="brush: css">blockquote {
direction: rtl;
}
</pre>