diff options
Diffstat (limited to 'files/ru/web/css/used_value/index.html')
| -rw-r--r-- | files/ru/web/css/used_value/index.html | 8 |
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><div id="no-width"> +<pre class="brush: html"><div id="no-width"> <p>No explicit width.</p> <p class="show-used-width">..</p> @@ -38,11 +38,11 @@ translation_of: Web/CSS/used_value <p class="show-used-width">..</p> </div> </div> -</div></code></pre> +</div></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> |
