From: Dan Allen Date: Sat, 12 Dec 2020 09:44:54 +0000 (-0700) Subject: move override for p in table to tableblock section X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=00992a6acd1a0951db5a18296b49f38ed7d6f449;p=eg-antora.git move override for p in table to tableblock section --- diff --git a/src/css/doc.css b/src/css/doc.css index fbcc915..e3c80b9 100644 --- a/src/css/doc.css +++ b/src/css/doc.css @@ -104,10 +104,6 @@ margin: 0; } -.doc .tableblock p { - font-size: inherit; -} - .doc a { color: var(--link-font-color); } @@ -219,6 +215,10 @@ margin-top: 0; } +.doc .tableblock p { + font-size: inherit; +} + .doc .halign-left { text-align: left; }