Skip to content

Commit 068ee09

Browse files
bl4d32Fishrock123
authored andcommitted
doc: make the api doc print-friendly
Fixes: #6743 PR-URL: #6748 Reviewed-By: Robert Jefe Lindstaedt <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Stephen Belanger <[email protected]> Reviewed-By: Myles Borins <[email protected]>
1 parent 3e4dd1a commit 068ee09

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/api_assets/style.css

+13
Original file line numberDiff line numberDiff line change
@@ -480,3 +480,16 @@ th > *:last-child, td > *:last-child {
480480
font-size: 3.5em;
481481
}
482482
}
483+
484+
@media print {
485+
html {
486+
height: auto;
487+
}
488+
#column2.interior {
489+
display: none;
490+
}
491+
#column1.interior {
492+
margin-left: auto;
493+
overflow-y: auto;
494+
}
495+
}

0 commit comments

Comments
 (0)