aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/css/used_value/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/css/used_value/index.html')
-rw-r--r--files/ru/web/css/used_value/index.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/ru/web/css/used_value/index.html b/files/ru/web/css/used_value/index.html
index daab354d6b..941220f9ac 100644
--- a/files/ru/web/css/used_value/index.html
+++ b/files/ru/web/css/used_value/index.html
@@ -25,7 +25,7 @@ translation_of: Web/CSS/used_value
<h3 id="HTML">HTML</h3>
-<pre><code>&lt;div id="no-width"&gt;
+<pre class="brush: html">&lt;div id="no-width"&gt;
&lt;p&gt;No explicit width.&lt;/p&gt;
&lt;p class="show-used-width"&gt;..&lt;/p&gt;
@@ -38,11 +38,11 @@ translation_of: Web/CSS/used_value
&lt;p class="show-used-width"&gt;..&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
-&lt;/div&gt;</code></pre>
+&lt;/div&gt;</pre>
<h3 id="CSS">CSS</h3>
-<pre><code>#no-width {
+<pre class="brush: css">#no-width {
width: auto;
}
@@ -58,7 +58,7 @@ translation_of: Web/CSS/used_value
div {
border: 1px solid red;
padding: 8px;
-}</code></pre>
+}</pre>
<h3 id="JavaScript">JavaScript</h3>