From 7f47b29b24b8d1ef91ed5bc769062a7c16aa9a14 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Thu, 15 Jul 2021 15:59:06 -0600 Subject: [PATCH] resolves #177 add spacing between paragraphs in default table cell --- src/css/doc.css | 4 ++++ 1 file changed, 4 insertions(+) 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; } -- 2.11.0