firefox eats the chevron, but webkit does not. sigh.
Ted Unangst tedu@tedunangst.com
Mon, 07 Oct 2019 00:07:23 -0400
1 files changed,
5 insertions(+),
0 deletions(-)
jump to
M
views/style.css
→
views/style.css
@@ -79,6 +79,11 @@ }
details summary { display: inline; } +@supports (-moz-appearance:none) { + details summary { + display: list-item; + } +} main { max-width: 1200px; margin: auto;