From 8de5902b25d8d0447dcc07b75bd4fb94c9d558f1 Mon Sep 17 00:00:00 2001 From: Dhiru Date: Mon, 21 May 2012 18:25:26 +0530 Subject: changes done in file to increase height of canvas and rssfeed tooltip and readjust the place of footer --- gstudio/templates/gstudio/skeleton.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gstudio/templates/gstudio/skeleton.html') diff --git a/gstudio/templates/gstudio/skeleton.html b/gstudio/templates/gstudio/skeleton.html index 3b945f4..eba5e28 100644 --- a/gstudio/templates/gstudio/skeleton.html +++ b/gstudio/templates/gstudio/skeleton.html @@ -219,12 +219,12 @@ function load(key) var a = 50 * s; var w = 700; var p = 100 + "%"; - var h = 600; - var q = 3 * s + 35 + "%"; + var h = 620; + var q = 3 * s + 75 + "%"; }else{ var w = 700; var p = 100 + "%"; - var h = 600; + var h = 620; var q = 110 + "%"; } fill = d3.scale.category20(); -- cgit v1.1