style tweaks
This commit is contained in:
parent
5c90ba871f
commit
11c7cc425b
2 changed files with 54 additions and 9 deletions
|
@ -142,10 +142,21 @@
|
|||
margin-left: 0.8em;
|
||||
}
|
||||
|
||||
#info h2, #info ul, #info ol, #info p, #info dl {
|
||||
#info .shaped {
|
||||
/* maybe one day... */
|
||||
/* shape-outside: attr(src url); */
|
||||
shape-margin: 1em;
|
||||
filter: drop-shadow(5px 5px 8px #0008);
|
||||
}
|
||||
|
||||
#info h2, #info ul, #info ol, #info p, #info dl, #info details {
|
||||
margin: 0.35em;
|
||||
}
|
||||
|
||||
#info details > * {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#updates dl {
|
||||
display: grid;
|
||||
grid-template-columns: min-content auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue