aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/z-index/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/z-index/index.html')
-rw-r--r--files/ru/web/css/z-index/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/files/ru/web/css/z-index/index.html b/files/ru/web/css/z-index/index.html
index 389a46767f..e37c2c23ab 100644
--- a/files/ru/web/css/z-index/index.html
+++ b/files/ru/web/css/z-index/index.html
@@ -22,7 +22,7 @@ translation_of: Web/CSS/z-index
<h2 id="Синтаксис">Синтаксис</h2>
-<pre class="brush:css notranslate">/* Значение - ключевое слово */
+<pre class="brush:css">/* Значение - ключевое слово */
z-index: auto;
/* &lt;целочисленные&gt; значения */
@@ -54,7 +54,7 @@ z-index: unset;
<h3 id="HTML">HTML</h3>
-<pre class="brush: html notranslate">&lt;div class="dashed-box"&gt;Dashed box
+<pre class="brush: html">&lt;div class="dashed-box"&gt;Dashed box
&lt;span class="gold-box"&gt;Gold box&lt;/span&gt;
&lt;span class="green-box"&gt;Green box&lt;/span&gt;
&lt;/div&gt;
@@ -62,7 +62,7 @@ z-index: unset;
<h3 id="CSS">CSS</h3>
-<pre class="brush: css; highlight:[3,11,19] notranslate">.dashed-box {
+<pre class="brush: css; highlight:[3,11,19]">.dashed-box {
position: relative;
z-index: 1;
border: dashed;