Update CSS to new standards
This commit is contained in:
parent
ea3551de7d
commit
ed56794857
@ -80,7 +80,10 @@ strong{
|
|||||||
}
|
}
|
||||||
|
|
||||||
header{
|
header{
|
||||||
page-break-inside: avoid;
|
break-after: avoid;
|
||||||
|
break-inside: avoid;
|
||||||
|
hyphens: none;
|
||||||
|
-epub-hyphens: none;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ abbr.era{
|
|||||||
[epub|type~="epigraph"]{
|
[epub|type~="epigraph"]{
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
|
-epub-hyphens: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
[epub|type~="epigraph"] i{
|
[epub|type~="epigraph"] i{
|
||||||
@ -209,6 +210,7 @@ p span.i3{
|
|||||||
|
|
||||||
[epub|type~="z3998:drama"] td[epub|type~="z3998:persona"]{
|
[epub|type~="z3998:drama"] td[epub|type~="z3998:persona"]{
|
||||||
hyphens: none;
|
hyphens: none;
|
||||||
|
-epub-hyphens: none;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
width: 20%;
|
width: 20%;
|
||||||
}
|
}
|
||||||
@ -328,10 +330,6 @@ p span.i3{
|
|||||||
|
|
||||||
#the-vitagraphoscope header{
|
#the-vitagraphoscope header{
|
||||||
font-variant: small-caps;
|
font-variant: small-caps;
|
||||||
hyphens: none;
|
|
||||||
-epub-hyphens: none;
|
|
||||||
page-break-after: avoid;
|
|
||||||
page-break-inside: avoid;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user