From 4e7f2748ccd6feba3e24b5ae5a285eeac7decc4b Mon Sep 17 00:00:00 2001 From: marc Date: Sun, 10 Jul 2011 11:43:14 +0200 Subject: Test mit Ajax und Flot bei der Auswertung --- ebus/webapp/static/main.css | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ebus/webapp/static/main.css (limited to 'ebus/webapp/static/main.css') diff --git a/ebus/webapp/static/main.css b/ebus/webapp/static/main.css new file mode 100644 index 0000000..f832fdd --- /dev/null +++ b/ebus/webapp/static/main.css @@ -0,0 +1,9 @@ +body { + margin:0px; + font-family:sans; +} + +#ebusgraph { + width:800px; + height:400px; +} -- cgit v1.2.1