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/index.html | 28 ++++++++++++++++++++++------ ebus/webapp/static/main.css | 5 +++-- 2 files changed, 25 insertions(+), 8 deletions(-) (limited to 'ebus/webapp/static') diff --git a/ebus/webapp/static/index.html b/ebus/webapp/static/index.html index 754fd62..1decced 100644 --- a/ebus/webapp/static/index.html +++ b/ebus/webapp/static/index.html @@ -5,17 +5,33 @@ -

TEST

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