added minimal table styling

This commit is contained in:
tracer 2022-10-24 20:24:19 +02:00
parent e1d1ef5eeb
commit fd368d895d

@ -27,3 +27,12 @@ a:active {
text-decoration: none;
font-weight: bold;
}
table, th, td {
border: 1px solid;
}
label {
display: block;
padding: 1ex;
}