Remove invalid comments

This commit is contained in:
Ilia Rostovtsev
2019-12-04 16:43:45 +03:00
parent 9f09904749
commit 4d5a2ab87b

View File

@@ -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;
}