static: some formatting on table entries

This commit is contained in:
coon 2023-11-29 23:52:03 +01:00
parent 41ff1e3592
commit da960cd34b

View file

@ -24,6 +24,13 @@ table {
border-spacing: 0pt;
}
td {
padding: 1px 1px 1px 0.5em;
border: solid black;
border-width: 0 1px 1px 0;
text-align: left;
}
#queue-table tr td:first-of-type {
padding-left: 20px;
}