From 86d50742d50fcb1fb4d151b5db6243173e5d377e Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Sun, 24 Oct 2021 01:39:03 +0300 Subject: [RU] Fix live sample on visibility page --- files/ru/web/css/visibility/index.html | 9 +++++---- 1 file 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;

HTML

-
<table>
+
<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>
+</table>

CSS

-
.collapse {
+
.collapse {
   visibility: collapse;
 }
 
@@ -117,7 +117,8 @@ table {
 
 td {
   border: 1px solid gray;
-}
+} +

{{EmbedLiveSample('Пример_с_таблицей')}}

-- cgit v1.2.3-54-g00ecf