Minor fix to PmTOC styling

This commit is contained in:
Said Achmiz 2022-03-04 23:25:03 -05:00
parent b42cdc671c
commit 5e014bf96c

View File

@ -527,3 +527,9 @@ input {
font-weight: inherit;
font-variant: inherit;
}
/* PmWiki built-in table of contents.
*/
.PmTOCdiv a {
line-height: inherit;
}