make details summary inline so the outline doesn't go wild when active
Ted Unangst tedu@tedunangst.com
Thu, 03 Oct 2019 15:13:16 -0400
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -76,6 +76,9 @@ }
header > details li { margin: 1em 0em 1em 0em; } +details summary { + display: inline; +} main { max-width: 1200px; margin: auto;