From 647288db34eaedb9f1bb126d6714305d0ac50e67 Mon Sep 17 00:00:00 2001 From: yvesf Date: Sun, 17 Jul 2011 15:00:26 +0200 Subject: cache und startdatei * die anwendung umgestellt das sie den cache benutzt * web.py umgestellt dass sie das ebus.webapp modul startet --- ebus/webapp/static/main.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ebus/webapp/static/main.css') diff --git a/ebus/webapp/static/main.css b/ebus/webapp/static/main.css index f832fdd..2b28643 100644 --- a/ebus/webapp/static/main.css +++ b/ebus/webapp/static/main.css @@ -1,9 +1,10 @@ body { margin:0px; font-family:sans; + padding: 10px; } #ebusgraph { - width:800px; - height:400px; + width:100%; + height:500px; } -- cgit v1.2.1