aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/width
diff options
context:
space:
mode:
authorAlexey Pyltsyn <lex61rus@gmail.com>2021-10-18 20:28:37 +0300
committerGitHub <noreply@github.com>2021-10-18 20:28:37 +0300
commit05564d56aa54eb11cbdc3684e1b4a843a3b9196c (patch)
treea3fc1bf9cbc05337af99495d6892ee886236b279 /files/ru/web/css/width
parent8bd9f80b24f0312c6138cfaa125eebb8f3aa7a3e (diff)
downloadtranslated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.tar.gz
translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.tar.bz2
translated-content-05564d56aa54eb11cbdc3684e1b4a843a3b9196c.zip
[RU] Fix live samples (#2767)
Diffstat (limited to 'files/ru/web/css/width')
-rw-r--r--files/ru/web/css/width/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/css/width/index.html b/files/ru/web/css/width/index.html
index be2378dd6c..6daf3aae5a 100644
--- a/files/ru/web/css/width/index.html
+++ b/files/ru/web/css/width/index.html
@@ -88,7 +88,7 @@ width: unset;
<pre class="brush:html">&lt;p class="goldie"&gt;Сообщество Mozilla производит множество отличного ПО.&lt;/p&gt;</pre>
-<p>{{EmbedLiveSample('Default_width', '500px', '64px')}}</p>
+<p>{{EmbedLiveSample('Ширина_по_умолчанию', '500px', '64px')}}</p>
<h3 id="Пиксели_и_em">Пиксели и em</h3>
@@ -110,7 +110,7 @@ width: unset;
<pre class="brush: html">&lt;div class="px_length"&gt;Ширина в пикселях&lt;/div&gt;
&lt;div class="em_length"&gt;Ширина в em&lt;/div&gt;</pre>
-<p>{{EmbedLiveSample('Pixels_and_ems', '500px', '64px')}}</p>
+<p>{{EmbedLiveSample('Пиксели_и_em', '500px', '64px')}}</p>
<h3 id="Проценты">Проценты</h3>
@@ -122,7 +122,7 @@ width: unset;
<pre class="brush: html">&lt;div class="percent"&gt;Ширина в процентах&lt;/div&gt;</pre>
-<p>{{EmbedLiveSample('Percentage', '500px', '64px')}}</p>
+<p>{{EmbedLiveSample('Проценты', '500px', '64px')}}</p>
<h3 id="max-content_2">max-content</h3>