tweaking pagination for dotawo7 !publish!

This commit is contained in:
Marcell Mars 2023-05-10 14:07:36 +02:00
parent 6cab3720fc
commit 0627c04a99
2 changed files with 18 additions and 18 deletions

View file

@ -6,8 +6,8 @@
}
@page:left {
margin-right: 0.8in;
margin-left: 0.9in;
margin-right: 0.6in;
margin-left: 1.1in;
@bottom-left-corner {
content: counter(page);
font-size: 1rem;
@ -21,8 +21,8 @@
}
@page:right {
margin-left: 0.8in;
margin-right: 0.9in;
margin-left: 0.6in;
margin-right: 1.1in;
@bottom-right-corner {
content: counter(page);
font-size: 1rem;
@ -169,12 +169,12 @@
content: none;
}
*/
h2, h3, h4, h5, hr {
h2, h3, hr {
break-after: avoid;
}
table {
font-size: 0.9rem;
font-size: 0.94rem;
}
.glosscontainer,

View file

@ -1 +1 @@
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20230509215013-4c3c3195df33
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20230510120634-809f97636938