From 00992a6acd1a0951db5a18296b49f38ed7d6f449 Mon Sep 17 00:00:00 2001 From: Dan Allen Date: Sat, 12 Dec 2020 02:44:54 -0700 Subject: [PATCH] move override for p in table to tableblock section --- src/css/doc.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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; } -- 2.11.0