diff options
Diffstat (limited to 'files/ru/web/css')
-rw-r--r-- | files/ru/web/css/visibility/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/files/ru/web/css/visibility/index.html b/files/ru/web/css/visibility/index.html index 7875a63c16..ba74538e64 100644 --- a/files/ru/web/css/visibility/index.html +++ b/files/ru/web/css/visibility/index.html @@ -87,7 +87,7 @@ visibility: unset; <h4 id="HTML_2">HTML</h4> -<pre><code><table> +<pre class="brush: html"><table> <tr> <td>1.1</td> <td class="collapse">1.2</td> @@ -103,11 +103,11 @@ visibility: unset; <td>3.2</td> <td>3.3</td> </tr> -</table></code></pre> +</table></pre> <h4 id="CSS_2">CSS</h4> -<pre><code>.collapse { +<pre class="brush: css">.collapse { visibility: collapse; } @@ -117,7 +117,8 @@ table { td { border: 1px solid gray; -}</code></pre> +} +</pre> <p>{{EmbedLiveSample('Пример_с_таблицей')}}</p> |