From 6cb21c0af00de1a38206cafb8876cb68e03d0d76 Mon Sep 17 00:00:00 2001 From: Charl Mert <cmert@lbsd.net> Date: Fri, 22 Nov 2013 11:37:48 +0200 Subject: [PATCH] fixed overlapping footer issue --- opentrafficshaper/plugins/webserver/pages/statistics.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentrafficshaper/plugins/webserver/pages/statistics.pm b/opentrafficshaper/plugins/webserver/pages/statistics.pm index 01bed70..d3dd930 100644 --- a/opentrafficshaper/plugins/webserver/pages/statistics.pm +++ b/opentrafficshaper/plugins/webserver/pages/statistics.pm @@ -96,7 +96,7 @@ EOF <h4 style="color:#8f8f8f;">Latest Data For: $usernameEncoded</h4> <br/> - <div id="ajaxData" class="ajaxData" style="float:left; width:1024px; height: 560px"></div> + <div id="ajaxData" class="ajaxData" style="float:left; width:1024px; height: 610px"></div> </div> </div> -- GitLab