doc: make the api doc print-friendly

Fixes: https://github.com/nodejs/node/issues/6743

PR-URL: https://github.com/nodejs/node/pull/6748
Reviewed-By: Robert Jefe Lindstaedt <robert.lindstaedt@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
This commit is contained in:
Marian 2016-05-16 20:21:09 +03:00 committed by Robert Jefe Lindstaedt
parent ee8e7cd25d
commit c161849bfa

View File

@ -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;
}
}