Update default.html

Signed-off-by: David Rotermund <54365609+davrot@users.noreply.github.com>
This commit is contained in:
David Rotermund 2023-12-04 00:56:57 +01:00 committed by GitHub
parent 6214edf8d7
commit 68a8a56c5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -149,6 +149,10 @@
th:empty {
display: none; /* This will make an empty header cell vanish */
}
table, th, td {
border: 2px solid white; /* 2px lines for cells and header */
}
img {
display: block;