From: Dan Allen Date: Thu, 15 Jul 2021 21:59:06 +0000 (-0600) Subject: resolves #177 add spacing between paragraphs in default table cell X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7f47b29b24b8d1ef91ed5bc769062a7c16aa9a14;p=eg-antora.git resolves #177 add spacing between paragraphs in default table cell --- diff --git a/src/css/doc.css b/src/css/doc.css index 5ecfd53..444d546 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -204,6 +204,10 @@ h1.page + aside.toc.embedded { margin-top: 1.5rem; } +.doc p.tableblock + p.tableblock { + margin-top: 0.5rem; +} + .doc td.tableblock > .content > :first-child { margin-top: 0; }