all repos — honk @ 71ca9d93877085777250a670c61d9e70a07b6c5f

my fork of honk

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
commit

71ca9d93877085777250a670c61d9e70a07b6c5f

parent

04d9c6af15787fd18142a0bc4924f28546058d81

1 files changed, 3 insertions(+), 0 deletions(-)

jump to
M views/style.cssviews/style.css

@@ -76,6 +76,9 @@ }

header > details li { margin: 1em 0em 1em 0em; } +details summary { + display: inline; +} main { max-width: 1200px; margin: auto;