From 4d5a2ab87b431f32a1fa79dbab9416fa0a3fe417 Mon Sep 17 00:00:00 2001 From: Ilia Rostovtsev Date: Wed, 4 Dec 2019 16:43:45 +0300 Subject: [PATCH] Remove invalid comments --- filemin/unauthenticated/css/style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/filemin/unauthenticated/css/style.css b/filemin/unauthenticated/css/style.css index 423286b50..bbb2048be 100644 --- a/filemin/unauthenticated/css/style.css +++ b/filemin/unauthenticated/css/style.css @@ -6,7 +6,6 @@ body clear: both; } #listing { - //border: solid 1px; border-collapse: collapse; width: 100%; } @@ -17,9 +16,7 @@ body font-weight: bold; background: #ddd; } -#list_form tr:hover { -// background: #bbb; -} + #list_form tr.checked { background: #bfb; }