fix up for details summary display. chrome 89 changed default.
Ted Unangst tedu@tedunangst.com
Sun, 28 Mar 2021 21:43:12 -0400
1 files changed,
0 insertions(+),
8 deletions(-)
jump to
M
views/style.css
→
views/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;