Set PDF output to letter landscape, no margin
This commit is contained in:
parent
d1943fcd91
commit
a9b4eb9a05
1 changed files with 5 additions and 0 deletions
|
@ -31,6 +31,11 @@ html {
|
|||
overflow: visible;
|
||||
}
|
||||
|
||||
@page {
|
||||
size: letter landscape;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
/* SECTION 2: Remove any elements not needed in print.
|
||||
This would include navigation, ads, sidebars, etc. */
|
||||
.nestedarrow,
|
||||
|
|
Loading…
Reference in a new issue