dep ver bump; clean-up; minor updates

Signed-off-by: Paul W. <lambdapaul@protonmail.com>
This commit is contained in:
2024-12-28 12:23:50 -05:00
parent ff03bd50ff
commit 82ed74229b
28 changed files with 424 additions and 410 deletions

View File

@@ -235,9 +235,8 @@ code {
}
table {
display: flex;
flex-direction: column;
margin: 1rem 0;
margin: 1rem auto;
width:100%;
overflow: hidden;
border-radius: 0.5rem;
}
@@ -258,11 +257,6 @@ table tr:last-of-type
border-bottom-right-radius: 0.5rem;
}
table thead tr,
table tbody tr {
display: flex;
}
table tbody tr:nth-of-type(2n) {
background-color: var(--table-even-color);
}
@@ -273,12 +267,10 @@ table tbody tr:nth-of-type(2n+1) {
table thead tr th,
table tbody tr td {
display: flex;
flex: 1;
padding: .25rem 0.75rem;
}
li {
ul li {
list-style-type: square;
}

View File

@@ -30,4 +30,12 @@
.background.spacer {
height: 25rem;
}
}
.time {
text-align: center;
display: block;
font-style: italic;
font-size: 1rem;
margin: 0.5rem 0.75rem;
}