Use <dl> for tracked refs

This commit is contained in:
Joscha 2023-08-05 21:08:01 +02:00
parent 3b4d8dab72
commit db814b6d40
2 changed files with 8 additions and 26 deletions

View file

@ -54,14 +54,6 @@ a:hover {
text-decoration: underline;
}
table {
border-collapse: collapse;
}
td {
padding: 0 1ch;
}
tbody tr:nth-child(odd) {
background-color: #ddd;
dd {
margin-left: 4ch;
}