From 9aab18c5e907f67d4b5b18476e742eaa1f74a05c Mon Sep 17 00:00:00 2001 From: Andrew Murray Date: Fri, 2 Jul 2021 18:59:48 +1000 Subject: [PATCH] Removed bottom gap in table headings --- docs/resources/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/resources/css/styles.css b/docs/resources/css/styles.css index 51a5b6029..13e9de8f6 100644 --- a/docs/resources/css/styles.css +++ b/docs/resources/css/styles.css @@ -1,3 +1,7 @@ +th p { + margin-bottom: 0; +} + .rst-content td .line-block { font-size: 1rem; margin-bottom: 0;