From 56e8f9113e31c2d099a353bfa0c967089c3e856c Mon Sep 17 00:00:00 2001 From: "Brian S. Stephan" Date: Fri, 31 Oct 2025 15:13:00 -0500 Subject: [PATCH] style the TOC as 3 columns in the dungeon theme --- pages/static/css/dungeon.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pages/static/css/dungeon.css b/pages/static/css/dungeon.css index fe21be7..5d7defd 100644 --- a/pages/static/css/dungeon.css +++ b/pages/static/css/dungeon.css @@ -64,3 +64,13 @@ pre { border: 1px solid #222; padding: 5px; } + +.toc { + column-count: 3; + column-gap: 20px; + font-size: 10pt; +} + +.toc ul, .toc ol { + padding-left: 10px; +}