From 4f75de9393cf3be232f92d80ae09ddc162867785 Mon Sep 17 00:00:00 2001 From: marc Date: Tue, 19 Jul 2011 19:48:51 +0200 Subject: =?UTF-8?q?Datens=C3=A4tze=20l=C3=B6schen=20alpha?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ebus/webapp/static/main.css | 13 +++++++------ 1 file changed, 7 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 e67d5d9..13cd761 100644 --- a/ebus/webapp/static/main.css +++ b/ebus/webapp/static/main.css @@ -1,15 +1,16 @@ body { font-family:sans; + text-align:center; } #ebusgraph { - width:90%; - margin-left: 5%; - height:75%; + width:800px; + margin:auto; + height:400px; } #overview { - width:90%; - margin-left: 5%; - height:20%; + width:800px; + margin:auto; + height:100px; } -- cgit v1.2.1