소스 검색

Set PDF output to letter landscape, no margin

Jeremy Mikola 11 년 전
부모
커밋
a9b4eb9a05
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      css/print/pdf.css

+ 5 - 0
css/print/pdf.css

@@ -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,