From a32cbe6e260633aa188181d07fe9daae1332b144 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sun, 19 Sep 2021 02:41:07 -0600 Subject: [PATCH] remove side margin on footnotes block inside table --- src/css/doc.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/css/doc.css b/src/css/doc.css index fdfd5d2..c7759de 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -948,6 +948,10 @@ margin: 2rem -0.5rem 0; } +.doc td.tableblock > .content #footnotes { + margin: 2rem 0 0; +} + #footnotes hr { border-top-width: 1px; margin-top: 0; -- 2.43.2