mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 18:05:55 +01:00
Merge branch 'develop' of https://github.com/TriliumNext/Notes into develop
This commit is contained in:
@@ -213,4 +213,23 @@ 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;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
page-break-after: avoid;
|
||||||
|
break-after: avoid;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user