Remove unused CSS rules

This commit is contained in:
HendrikBK 2025-03-06 21:22:51 -03:00
parent 3a7f5fa192
commit c3ca52eca8

View file

@ -13,7 +13,6 @@
-epub-hyphens: none; -epub-hyphens: none;
} }
[epub|type~="epigraph"] em,
[epub|type~="epigraph"] i{ [epub|type~="epigraph"] i{
font-style: normal; font-style: normal;
} }
@ -56,9 +55,5 @@ section[epub|type~="epigraph"] > *{
section[epub|type~="epigraph"] > *{ section[epub|type~="epigraph"] > *{
margin: 0; margin: 0;
} }
section[epub|type~="epigraph"] > * + *{
margin-top: 3em;
}
} }
/* End full-page epigraphs */ /* End full-page epigraphs */