diff --git a/pages/static/css/dungeon.css b/pages/static/css/dungeon.css index e28cf5d..5c429b5 100644 --- a/pages/static/css/dungeon.css +++ b/pages/static/css/dungeon.css @@ -66,11 +66,17 @@ pre { } .toc { - column-count: 3; - column-gap: 20px; - font-size: 10pt; + float: right; + margin: 10px; + padding: 0 15px; + background: #EEE; + border: 1px solid #CCC; } .toc ul, .toc ol { padding-left: 10px; } + +.toc label { + white-space: nowrap; +}