in print small font is better if black not red
This commit is contained in:
parent
3e058b4ebb
commit
2859538315
1 changed files with 13 additions and 5 deletions
|
@ -6,8 +6,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@page:left {
|
@page:left {
|
||||||
margin-right: 0.6in;
|
margin-right: 0.8in;
|
||||||
margin-left: 1.1in;
|
margin-left: 0.9in;
|
||||||
@bottom-left-corner {
|
@bottom-left-corner {
|
||||||
content: counter(page);
|
content: counter(page);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@page:right {
|
@page:right {
|
||||||
margin-left: 0.6in;
|
margin-left: 0.8in;
|
||||||
margin-right: 1.1in;
|
margin-right: 0.9in;
|
||||||
@bottom-right-corner {
|
@bottom-right-corner {
|
||||||
content: counter(page);
|
content: counter(page);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -56,7 +56,11 @@
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.sup,
|
||||||
|
.hassup {
|
||||||
|
color: black;
|
||||||
|
}
|
||||||
.grid {
|
.grid {
|
||||||
display: inline;
|
display: inline;
|
||||||
}
|
}
|
||||||
|
@ -225,4 +229,8 @@
|
||||||
background: white;
|
background: white;
|
||||||
padding-left: 0.1rem;
|
padding-left: 0.1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ol[data-split-from] {
|
||||||
|
padding-left: 0.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue