Update CSS to new standards

This commit is contained in:
Alex Cabal 2020-07-30 15:37:42 -05:00
parent ea3551de7d
commit ed56794857
2 changed files with 6 additions and 5 deletions

View File

@ -80,7 +80,10 @@ strong{
}
header{
page-break-inside: avoid;
break-after: avoid;
break-inside: avoid;
hyphens: none;
-epub-hyphens: none;
text-align: center;
}

View File

@ -26,6 +26,7 @@ abbr.era{
[epub|type~="epigraph"]{
font-style: italic;
hyphens: none;
-epub-hyphens: none;
}
[epub|type~="epigraph"] i{
@ -209,6 +210,7 @@ p span.i3{
[epub|type~="z3998:drama"] td[epub|type~="z3998:persona"]{
hyphens: none;
-epub-hyphens: none;
text-align: right;
width: 20%;
}
@ -328,10 +330,6 @@ p span.i3{
#the-vitagraphoscope header{
font-variant: small-caps;
hyphens: none;
-epub-hyphens: none;
page-break-after: avoid;
page-break-inside: avoid;
text-align: center;
margin-top: 2em;
margin-bottom: 1em;