From c3ca52eca82d8f1d1dd1a149cfca44a09fdbc229 Mon Sep 17 00:00:00 2001 From: HendrikBK Date: Thu, 6 Mar 2025 21:22:51 -0300 Subject: [PATCH] Remove unused CSS rules --- src/epub/css/local.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/epub/css/local.css b/src/epub/css/local.css index 4a01595..60f2c58 100644 --- a/src/epub/css/local.css +++ b/src/epub/css/local.css @@ -13,7 +13,6 @@ -epub-hyphens: none; } -[epub|type~="epigraph"] em, [epub|type~="epigraph"] i{ font-style: normal; } @@ -56,9 +55,5 @@ section[epub|type~="epigraph"] > *{ section[epub|type~="epigraph"] > *{ margin: 0; } - - section[epub|type~="epigraph"] > * + *{ - margin-top: 3em; - } } /* End full-page epigraphs */