Remove unused selectors

This commit is contained in:
Alex Cabal 2020-11-28 15:38:43 -06:00
parent e28f1a894a
commit a397f6a810

View file

@ -93,20 +93,11 @@ section[epub|type~="dedication"] > *{
-epub-hyphens: none;
}
[epub|type~="epigraph"] em,
[epub|type~="epigraph"] i{
font-style: normal;
}
[epub|type~="epigraph"] cite{
margin-top: 1em;
font-style: normal;
font-variant: small-caps;
}
[epub|type~="epigraph"] cite i{
font-style: italic;
}
/* End all epigraphs */
/* Full-page epigraphs */
@ -136,9 +127,5 @@ section[epub|type~="epigraph"] > *{
section[epub|type~="epigraph"] > *{
margin: 0;
}
section[epub|type~="epigraph"] > * + *{
margin-top: 3em;
}
}
/* End full-page epigraphs */