width / height of canvas

This commit is contained in:
Sanj 2012-01-04 21:43:00 +05:30
parent 45a06ca96f
commit bba5749d6b

View File

@ -27,8 +27,8 @@ p {
.canvas { .canvas {
position: relative; position: relative;
height: {{height}} height: {{height}};
width: {{width}} width: {{width}};
} }
.textbox_canvas_text * { .textbox_canvas_text * {