Update core.css to new standards
This commit is contained in:
parent
43bac1f661
commit
0d27d2517b
@ -25,6 +25,10 @@ q::after{
|
||||
content: "";
|
||||
}
|
||||
|
||||
blockquote{
|
||||
margin: 1em 2.5em;
|
||||
}
|
||||
|
||||
h1,
|
||||
h2,
|
||||
h3,
|
||||
@ -35,8 +39,8 @@ hgroup{
|
||||
font-variant: small-caps;
|
||||
hyphens: none;
|
||||
-epub-hyphens: none;
|
||||
page-break-after: avoid;
|
||||
page-break-inside: avoid;
|
||||
break-after: avoid;
|
||||
break-inside: avoid;
|
||||
text-align: center;
|
||||
margin: 3em 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user