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 {
position: relative;
height: {{height}}
width: {{width}}
height: {{height}};
width: {{width}};
}
.textbox_canvas_text * {