revert: Save links
This commit is contained in:
parent
1ad4ce7ef4
commit
5d7b74549f
1 changed files with 0 additions and 18 deletions
18
cv.html
18
cv.html
|
|
@ -36,20 +36,6 @@
|
||||||
flex: 3;
|
flex: 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
.save-link::after {
|
|
||||||
display: none;
|
|
||||||
|
|
||||||
content: "[" counter(link) "]";
|
|
||||||
counter-increment: link;
|
|
||||||
|
|
||||||
font-size: x-small;
|
|
||||||
|
|
||||||
color: var(--soft-color-rgba);
|
|
||||||
|
|
||||||
position: relative;
|
|
||||||
vertical-align: top;
|
|
||||||
}
|
|
||||||
|
|
||||||
aside {
|
aside {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|
@ -145,10 +131,6 @@
|
||||||
column-gap: 1rem;
|
column-gap: 1rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.save-link::after {
|
|
||||||
display: unset; /* Show the link counter in print */
|
|
||||||
}
|
|
||||||
|
|
||||||
header,
|
header,
|
||||||
footer {
|
footer {
|
||||||
page-break-inside: avoid; /* Prevent header/footer from breaking across pages */
|
page-break-inside: avoid; /* Prevent header/footer from breaking across pages */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue