all repos — honk @ 6182a601a9d120d271fe2df8ed7384d14f342153

my fork of honk

fix up for details summary display. chrome 89 changed default.
Ted Unangst tedu@tedunangst.com
Sun, 28 Mar 2021 21:43:12 -0400
commit

6182a601a9d120d271fe2df8ed7384d14f342153

parent

8a0d7362a4559a898070f54293d6062e4983906c

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

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

@@ -90,14 +90,6 @@ }

header > details li { margin: 1em 0em 1em 0em; } -details summary { - display: inline; -} -@supports (-moz-appearance:none) { - details summary { - display: list-item; - } -} main { max-width: 1200px; margin: auto;