added minimal table styling

This commit is contained in:
tracer 2022-10-24 20:24:19 +02:00
parent e1d1ef5eeb
commit fd368d895d
1 changed files with 10 additions and 1 deletions

View File

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