From: Dan Allen Date: Sat, 12 Dec 2020 22:53:28 +0000 (-0700) Subject: remove used style for p in table X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=dd7bc5beeafd364366366bc178dc1ff9fdb2d337;p=eg-antora.git remove used style for p in table --- diff --git a/src/css/doc.css b/src/css/doc.css index 7d4c569..eea2d94 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -226,10 +226,6 @@ background: var(--table-stripe-background); } -.doc .tableblock p { - font-size: inherit; -} - .doc .halign-left { text-align: left; }