diff options
author | Sacha Chua <sacha@sachachua.com> | 2021-11-15 01:16:51 -0500 |
---|---|---|
committer | Sacha Chua <sacha@sachachua.com> | 2021-11-15 01:16:51 -0500 |
commit | b1fac25d366e11604153aa4cd70132ad3f86b157 (patch) | |
tree | fc8a45a18272e4ebc754f417e35be44ba4fe9179 | |
parent | a21f2297ef7e22c5779065928a6b081b9b9d826d (diff) | |
download | emacsconf-wiki-b1fac25d366e11604153aa4cd70132ad3f86b157.tar.xz emacsconf-wiki-b1fac25d366e11604153aa4cd70132ad3f86b157.zip |
Make headings inline-block in a summary
-rw-r--r-- | local.css | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -77,3 +77,5 @@ tbody td { } .subtitle { cursor: pointer } + +summary h1 { display: inline-block } |