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:
parent
ee8e7cd25d
commit
c161849bfa
@ -480,3 +480,16 @@ th > *:last-child, td > *:last-child {
|
|||||||
font-size: 3.5em;
|
font-size: 3.5em;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media print {
|
||||||
|
html {
|
||||||
|
height: auto;
|
||||||
|
}
|
||||||
|
#column2.interior {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
#column1.interior {
|
||||||
|
margin-left: auto;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user