Update CSS to new standards
This commit is contained in:
parent
ea3551de7d
commit
ed56794857
@ -80,7 +80,10 @@ strong{
|
||||
}
|
||||
|
||||
header{
|
||||
page-break-inside: avoid;
|
||||
break-after: avoid;
|
||||
break-inside: avoid;
|
||||
hyphens: none;
|
||||
-epub-hyphens: none;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user