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 eljefedelrodeodeljefe committed May 23, 2016
1 parent ee8e7cd commit c161849
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 @@ -480,3 +480,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 c161849

Please sign in to comment.