Compare commits

...

2 Commits

Author SHA1 Message Date
c2b21e340e
Fix summary styling to be usable 2021-10-14 15:36:48 +01:00
dbe7286936
Better styling for summary tag 2021-10-14 15:30:56 +01:00

View File

@ -41,6 +41,10 @@ details {
padding: 1em 0 1em 0;
}
summary > * {
display: inline
}
li {
margin-bottom: 1em;
}