From 88d3b394d1f8920ec0e2a460c83211b9659dacea Mon Sep 17 00:00:00 2001 From: Hamza Zia Date: Thu, 2 Aug 2012 20:57:00 +0800 Subject: [PATCH] fixed some layout issues, still not satisfactory on small resolution though --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index 161671e..722d99d 100755 --- a/index.html +++ b/index.html @@ -39,10 +39,14 @@ text-align: center; margin-bottom: 3px; } + #active_downloads { + min-width: 856px; + } .active_graph { height:300px; margin-top: 10px; margin-bottom: 10px; + min-width: 856px; width: 80%; } .download_item {