printing misalignment

This commit is contained in:
sanj 2010-05-14 23:07:42 +05:30
parent 5048355e0f
commit 419fc434e4

View File

@ -7,12 +7,19 @@ body, html {
margin: 0px; margin: 0px;
padding: 0px; padding: 0px;
font-size: {{ "14px"|make_really_big:m }} font-size: {{ "14px"|make_really_big:m }}
font-family: Helvetica, sans-serif;
} }
p {
margin: 0px;
padding: 0px;
}
.canvas { .canvas {
position: relative; position: relative;
height: {{ height|make_really_big:m }}; height: {{ height|make_really_big:m }};
width: {{ width|make_really_big:m }}; width: {{ width|make_really_big:m }};
font-size: {{ "12px"|make_really_big:m }}
} }
.box { .box {