Landscape
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 7 Oct 2021 14:05:43 +0000 (16:05 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 7 Oct 2021 14:05:43 +0000 (16:05 +0200)
tools/din_rail_module_label_generator.html

index ba5e6c58b33f3b35fd2c26eda30c1c87be7cf018..3d4c5c360bd16222bd557fbf15ccbf529802cf34 100644 (file)
@@ -22,7 +22,10 @@ td[colspan="7"] { width: calc(7 * 18mm); }
 td[colspan="8"] { width: calc(8 * 18mm); }
 tr { margin-bottom: 10mm; }
 table { border-spacing:0px; border-collapse: collapse; }
-@media print { .noprint * { display: none; } }
+@media print {
+       .noprint * { display: none; }
+       @page { size: landscape; }
+}
 </style>
 </head>
 <body>
This page took 0.15312 seconds and 4 git commands to generate.