minor print style tweaks
This commit is contained in:
parent
a3abd5c844
commit
d96be1e072
|
@ -684,9 +684,13 @@ pre[class*=language-] code * {
|
||||||
padding: 1.5rem 0 0.75rem;
|
padding: 1.5rem 0 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expandable-section + .expandable-section {
|
@media screen {
|
||||||
margin-top: 0;
|
|
||||||
border-top: 0;
|
.expandable-section + .expandable-section {
|
||||||
|
margin-top: 0;
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-expands] {
|
[data-expands] {
|
||||||
|
@ -940,6 +944,23 @@ h1 svg {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expandable-section {
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.expandable-section + p {
|
||||||
|
margin-top: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[id^="expandable-"] {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-expands] svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
main * {
|
main * {
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -684,9 +684,13 @@ pre[class*=language-] code * {
|
||||||
padding: 1.5rem 0 0.75rem;
|
padding: 1.5rem 0 0.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.expandable-section + .expandable-section {
|
@media screen {
|
||||||
margin-top: 0;
|
|
||||||
border-top: 0;
|
.expandable-section + .expandable-section {
|
||||||
|
margin-top: 0;
|
||||||
|
border-top: 0;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-expands] {
|
[data-expands] {
|
||||||
|
@ -940,6 +944,23 @@ h1 svg {
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.expandable-section {
|
||||||
|
border: 0;
|
||||||
|
padding: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.expandable-section + p {
|
||||||
|
margin-top: 0.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
[id^="expandable-"] {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
[data-expands] svg {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
main * {
|
main * {
|
||||||
page-break-inside: avoid;
|
page-break-inside: avoid;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user