Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
doc: make the documentation print-friendly
fixes: #6743
  • Loading branch information
bl4d32 committed May 16, 2016
commit ae61f7f68364de2e574e59730302984dec820d24
13 changes: 13 additions & 0 deletions doc/api_assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,3 +488,16 @@ th > *:last-child, td > *:last-child {
font-size: 3.5em;
}
}

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe remove this new line, keep only 1 empty line.

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New line still missing here.