From a1e9c82c06906a5ef351aedbce36417551ef0b3e Mon Sep 17 00:00:00 2001 From: Trevor Buckner Date: Wed, 15 Nov 2023 14:32:15 -0500 Subject: [PATCH] Linting --- themes/V3/5ePHB/style.less | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/themes/V3/5ePHB/style.less b/themes/V3/5ePHB/style.less index 8f4d8a8d7..2d9837caf 100644 --- a/themes/V3/5ePHB/style.less +++ b/themes/V3/5ePHB/style.less @@ -421,9 +421,7 @@ body { counter-reset : phb-page-numbers; } } //Attribute Lists - All text between HRs is red - hr ~ :is(dl,p) { - color : var(--HB_Color_HeaderText); - } + hr ~ :is(dl,p) { color : var(--HB_Color_HeaderText); } hr:last-of-type { & ~ :is(dl,p) { color : inherit; // After the HRs, reset text to black @@ -448,9 +446,7 @@ body { counter-reset : phb-page-numbers; } td,th { padding : 0px; } } //indent fix after bulleted lists - :is(ul,ol) + p { - text-indent:0; - } + :is(ul,ol) + p { text-indent : 0; } :last-child { margin-bottom : 0; } }