diff options
| author | Alexey Pyltsyn <lex61rus@gmail.com> | 2021-09-18 18:50:39 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-18 18:50:39 +0300 |
| commit | 54c86e96a413e3986d945680f3b547e210bc2ec7 (patch) | |
| tree | 845d5ca9b5ff0d2d36a3e5119c84af2641e346f9 | |
| parent | f1ee1d93bfa12d3baf4164c63a48ae851dd33210 (diff) | |
| download | translated-content-54c86e96a413e3986d945680f3b547e210bc2ec7.tar.gz translated-content-54c86e96a413e3986d945680f3b547e210bc2ec7.tar.bz2 translated-content-54c86e96a413e3986d945680f3b547e210bc2ec7.zip | |
RU: fix live sample on z-index page (#2501)
Fixes #2484
| -rw-r--r-- | files/ru/web/css/z-index/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/css/z-index/index.html b/files/ru/web/css/z-index/index.html index 4830cd20b1..618bef46ca 100644 --- a/files/ru/web/css/z-index/index.html +++ b/files/ru/web/css/z-index/index.html @@ -92,7 +92,7 @@ z-index: unset; <h3 id="Результат"><strong>Результат</strong></h3> -<p>{{ EmbedLiveSample('Examples', '550', '200', '') }}</p> +<p>{{ EmbedLiveSample('Примеры', '550', '200', '') }}</p> <h2 id="Спецификации">Спецификации</h2> |
