Skip to content

Commit

Permalink
doc: make the api doc print-friendly
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bl4d32 authored and Myles Borins committed Jun 24, 2016
1 parent 03db88e commit 5a1a0b5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -467,3 +467,16 @@ th > *:last-child, td > *:last-child {
font-size: 3.5em;
}
}

@media print {
html {
height: auto;
}
#column2.interior {
display: none;
}
#column1.interior {
margin-left: auto;
overflow-y: auto;
}
}

0 comments on commit 5a1a0b5

Please sign in to comment.