mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-04 22:56:20 +08:00
feat(print): better widows & orphans support
This commit is contained in:
parent
e3816c30c0
commit
2bb006d80e
@ -213,4 +213,18 @@ span[style] {
|
|||||||
.note-detail-printable .footnote-reference a,
|
.note-detail-printable .footnote-reference a,
|
||||||
.footnote-back-link a {
|
.footnote-back-link a {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Widows and orphans
|
||||||
|
*/
|
||||||
|
p,
|
||||||
|
blockquote {
|
||||||
|
widows: 4;
|
||||||
|
orphans: 4;
|
||||||
|
}
|
||||||
|
|
||||||
|
pre > code {
|
||||||
|
widows: 6;
|
||||||
|
orphans: 6;
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user