static: change padding for td elements

This commit is contained in:
coon 2023-12-05 03:00:17 +01:00
parent 6c8f83b6ee
commit 85e0f9fb42

View file

@ -87,7 +87,7 @@ th {
} }
td { td {
padding: 1px 1px 1px 0.5em; padding: 1px 0.5em;
border: solid black; border: solid black;
border-width: 0 1px 1px 0; border-width: 0 1px 1px 0;
text-align: left; text-align: left;