summaryrefslogtreecommitdiff
path: root/ebus/webapp/static/main.css
diff options
context:
space:
mode:
authormarc <marc@thinkpad.localnet.cc>2011-07-10 11:43:14 +0200
committermarc <marc@thinkpad.localnet.cc>2011-07-10 11:43:14 +0200
commit4e7f2748ccd6feba3e24b5ae5a285eeac7decc4b (patch)
tree443fb6b177212e2b124c4a95e76a5501068e5a81 /ebus/webapp/static/main.css
parent053dac10a85feea51cf6cb3435b3d3f08e4e0ddb (diff)
downloadebus-alt-4e7f2748ccd6feba3e24b5ae5a285eeac7decc4b.tar.gz
ebus-alt-4e7f2748ccd6feba3e24b5ae5a285eeac7decc4b.zip
Test mit Ajax und Flot bei der Auswertung
Diffstat (limited to 'ebus/webapp/static/main.css')
-rw-r--r--ebus/webapp/static/main.css9
1 files changed, 9 insertions, 0 deletions
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;
+}