From bba5749d6b16219e97d3ac8b231106487ae9e37d Mon Sep 17 00:00:00 2001 From: Sanj Date: Wed, 4 Jan 2012 21:43:00 +0530 Subject: [PATCH] width / height of canvas --- edgware/templates/article_frontend.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/edgware/templates/article_frontend.html b/edgware/templates/article_frontend.html index 6743a37..fcfea78 100644 --- a/edgware/templates/article_frontend.html +++ b/edgware/templates/article_frontend.html @@ -27,8 +27,8 @@ p { .canvas { position: relative; - height: {{height}} - width: {{width}} + height: {{height}}; + width: {{width}}; } .textbox_canvas_text * {