Skip to content

Commit a003e37

Browse files
bl4d32Myles Borins
authored and
Myles Borins
committed
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 6db1515 commit a003e37

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
@@ -467,3 +467,16 @@ th > *:last-child, td > *:last-child {
467467
font-size: 3.5em;
468468
}
469469
}
470+
471+
@media print {
472+
html {
473+
height: auto;
474+
}
475+
#column2.interior {
476+
display: none;
477+
}
478+
#column1.interior {
479+
margin-left: auto;
480+
overflow-y: auto;
481+
}
482+
}

0 commit comments

Comments
 (0)