From 447c1cc5876044035de5b016985b324f72b3b1ff Mon Sep 17 00:00:00 2001 From: yvesf Date: Sun, 17 Jul 2011 17:27:13 +0200 Subject: webapp css --- ebus/webapp/static/main.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ebus/webapp/static/main.css') diff --git a/ebus/webapp/static/main.css b/ebus/webapp/static/main.css index 57cd1cd..e67d5d9 100644 --- a/ebus/webapp/static/main.css +++ b/ebus/webapp/static/main.css @@ -1,15 +1,15 @@ body { - margin:0px; font-family:sans; - padding: 10px; } #ebusgraph { - width:100%; - height:500px; + width:90%; + margin-left: 5%; + height:75%; } #overview { - width:100%; - height:80px; + width:90%; + margin-left: 5%; + height:20%; } -- cgit v1.2.1