From b1fac25d366e11604153aa4cd70132ad3f86b157 Mon Sep 17 00:00:00 2001 From: Sacha Chua Date: Mon, 15 Nov 2021 01:16:51 -0500 Subject: Make headings inline-block in a summary --- local.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'local.css') diff --git a/local.css b/local.css index a677d0ff..19287c8f 100644 --- a/local.css +++ b/local.css @@ -77,3 +77,5 @@ tbody td { } .subtitle { cursor: pointer } + +summary h1 { display: inline-block } -- cgit v1.2.3