aboutsummaryrefslogtreecommitdiff
path: root/files/ru/conflicting/learn
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-03-18 20:11:37 +0300
committerGitHub <noreply@github.com>2021-03-18 20:11:37 +0300
commit100316f2f54500ba714391b4f6940e96bd246b77 (patch)
treea28cbef79be92b65373152c0aa2519f03807302d /files/ru/conflicting/learn
parent92ec3abaed21f67e7ca74ce02ddd96f0bdbe3f50 (diff)
downloadtranslated-content-100316f2f54500ba714391b4f6940e96bd246b77.tar.gz
translated-content-100316f2f54500ba714391b4f6940e96bd246b77.tar.bz2
translated-content-100316f2f54500ba714391b4f6940e96bd246b77.zip
Remove redundant RTL direction in Russian translation (#216)
Diffstat (limited to 'files/ru/conflicting/learn')
-rw-r--r--files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html b/files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html
index 346f30c01e..f1a3bac827 100644
--- a/files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html
+++ b/files/ru/conflicting/learn/css/building_blocks/cascade_and_inheritance/index.html
@@ -114,7 +114,7 @@ original_slug: Web/Guide/CSS/Getting_started/Cascading_and_inheritance
<h3 id="CSS_2">CSS</h3>
-<pre class="brush:css" dir="rtl">p {color:blue; text-decoration:underline}
+<pre class="brush:css">p {color:blue; text-decoration:underline}
strong {color:red}</pre>
<p>{{ EmbedLiveSample('After') }}</p>