From: Dan Allen Date: Sun, 19 Sep 2021 08:41:07 +0000 (-0600) Subject: remove side margin on footnotes block inside table X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=a32cbe6e260633aa188181d07fe9daae1332b144;p=working%2Feg-antora.git remove side margin on footnotes block inside table --- 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;