give the plain HTML table some borders

Signed-off-by: Brian S. Stephan <bss@incorporeal.org>
This commit is contained in:
2026-02-18 16:48:08 -06:00
parent 6a7d009f35
commit 23c4c57f2f

View File

@@ -9,6 +9,10 @@ div.header {
justify-content: space-between; justify-content: space-between;
} }
table, th, td {
border: 1px solid;
}
.img-25 { .img-25 {
max-width: 25% !important; max-width: 25% !important;
} }