From 9e7239cfef48c563e34cb579fb037ea8845796c8 Mon Sep 17 00:00:00 2001 From: Charlie Humphreys Date: Sun, 28 Nov 2021 22:37:51 -0600 Subject: [PATCH] Fix table of contents CSS so the first items in both columns start at the same vertical position --- themes/5ePhb.style.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/themes/5ePhb.style.less b/themes/5ePhb.style.less index 8991e51e7..0ac35a916 100644 --- a/themes/5ePhb.style.less +++ b/themes/5ePhb.style.less @@ -652,7 +652,7 @@ body { break-inside : avoid; h1 { text-align : center; - margin-bottom : 0cm; + margin-bottom : 0.52cm; } a{ display : table; @@ -668,9 +668,6 @@ body { line-height: 1.2em; } } - & > ul { - margin-top: 0.52cm; - } ul{ padding-left : 0; list-style-type : none;