mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-09-05 07:08:14 +08:00
feat(print): better widows & orphans support
This commit is contained in:
parent
e3816c30c0
commit
2bb006d80e
@ -214,3 +214,17 @@ span[style] {
|
|||||||
.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