From 5e014bf96c08cfebf56b9a7b7b0878b311acfca7 Mon Sep 17 00:00:00 2001 From: Said Achmiz Date: Fri, 4 Mar 2022 23:25:03 -0500 Subject: [PATCH] Minor fix to PmTOC styling --- papyrus.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/papyrus.css b/papyrus.css index 2630804..35abb7c 100644 --- a/papyrus.css +++ b/papyrus.css @@ -527,3 +527,9 @@ input { font-weight: inherit; font-variant: inherit; } + +/* PmWiki built-in table of contents. + */ +.PmTOCdiv a { + line-height: inherit; +} -- 2.11.4.GIT