diff options
author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-10-18 20:28:37 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-18 20:28:37 +0300 |
commit | 05564d56aa54eb11cbdc3684e1b4a843a3b9196c (patch) | |
tree | a3fc1bf9cbc05337af99495d6892ee886236b279 /files/ru/web/css/width | |
parent | 8bd9f80b24f0312c6138cfaa125eebb8f3aa7a3e (diff) | |
download | translated-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.html | 6 |
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"><p class="goldie">Сообщество Mozilla производит множество отличного ПО.</p></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"><div class="px_length">Ширина в пикселях</div> <div class="em_length">Ширина в em</div></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"><div class="percent">Ширина в процентах</div></pre> -<p>{{EmbedLiveSample('Percentage', '500px', '64px')}}</p> +<p>{{EmbedLiveSample('Проценты', '500px', '64px')}}</p> <h3 id="max-content_2">max-content</h3> |