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/text-shadow | |
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/text-shadow')
-rw-r--r-- | files/ru/web/css/text-shadow/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ru/web/css/text-shadow/index.html b/files/ru/web/css/text-shadow/index.html index bbc4551e2e..35c1783327 100644 --- a/files/ru/web/css/text-shadow/index.html +++ b/files/ru/web/css/text-shadow/index.html @@ -72,7 +72,7 @@ text-shadow: unset; totam rem aperiam, eaque ipsa quae ab illo inventore.</p></pre> </div> -<p>{{EmbedLiveSample('Simple_shadow', '660px', '90px')}}</p> +<p>{{EmbedLiveSample('Простая_тень', '660px', '90px')}}</p> <h3 id="Множественные_тени">Множественные тени</h3> @@ -88,7 +88,7 @@ text-shadow: unset; totam rem aperiam, eaque ipsa quae ab illo inventore.</p></pre> </div> -<p>{{EmbedLiveSample('Multiple_shadows', '660px', '170px')}}</p> +<p>{{EmbedLiveSample('Множественные_тени', '660px', '170px')}}</p> <h2 id="Спецификации">Спецификации</h2> |