support updates
This commit is contained in:
parent
e296e41b8b
commit
7f91331195
7 changed files with 120 additions and 39 deletions
|
@ -132,6 +132,28 @@ body {
|
|||
margin: 0.35em;
|
||||
}
|
||||
|
||||
#updates dl {
|
||||
display: grid;
|
||||
grid-template-columns: min-content auto;
|
||||
grid-gap: 0.5em;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
#updates dt {
|
||||
font-size: 80%;
|
||||
font-weight: 700;
|
||||
grid-area: auto / 1;
|
||||
}
|
||||
|
||||
#updates dd {
|
||||
grid-area: auto / 2;
|
||||
}
|
||||
|
||||
.updated {
|
||||
font-size: 90%;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
margin-top: 1em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue