From 6ba1a00ebca9456715155fc637dce845b24ae6b3 Mon Sep 17 00:00:00 2001 From: George Corney Date: Sat, 5 Apr 2014 19:22:04 +0100 Subject: [PATCH] CSS-forced width & height fix CSS prevented the width and the height being set by the project file --- templates/html5/template/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/html5/template/index.html b/templates/html5/template/index.html index 451ec45fb..3257f2a9d 100755 --- a/templates/html5/template/index.html +++ b/templates/html5/template/index.html @@ -10,12 +10,12 @@ #lime_canvas { display: block; - height: 640px; + width: ::WIN_WIDTH::px; + height: ::WIN_HEIGHT::px; margin-left: auto; margin-right: auto; margin-top: 2em; position: relative; - width: 960px; } @@ -33,4 +33,4 @@ - \ No newline at end of file +