|
@@ -709,8 +709,8 @@ module RpgCards {
|
709
|
709
|
result += ' background: rgb(204, 204, 204);\n';
|
710
|
710
|
result += '}\n';
|
711
|
711
|
result += 'card-page {\n';
|
712
|
|
- result += ' width: ' + (page_box.width_px - 2) + 'px;\n';
|
713
|
|
- result += ' height: ' + (page_box.height_px - 2) + 'px;\n';
|
|
712
|
+ result += ' width: ' + (page_box.width_px) + 'px;\n';
|
|
713
|
+ result += ' height: ' + (page_box.height_px) + 'px;\n';
|
714
|
714
|
result += '}\n';
|
715
|
715
|
result += '@media print {\n';
|
716
|
716
|
result += ' html, body {\n';
|