From db18e8146f76a0071bb7dfbde4488513c0143c4b Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Sun, 27 Jul 2014 16:35:24 +0200 Subject: add ebus-alpha --- .../ebus/web_static/css/stylesheet.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 heap/ebus-web-python/ebus/web_static/css/stylesheet.css (limited to 'heap/ebus-web-python/ebus/web_static/css') diff --git a/heap/ebus-web-python/ebus/web_static/css/stylesheet.css b/heap/ebus-web-python/ebus/web_static/css/stylesheet.css new file mode 100644 index 0000000..f114bc7 --- /dev/null +++ b/heap/ebus-web-python/ebus/web_static/css/stylesheet.css @@ -0,0 +1,22 @@ +body { + font-family:sans; + text-align:center; +} + +#ebusgraph { + margin:auto; + width:100%; + height: 60%; +} + +#overview { + width: 100%; + margin:auto; + height:100px; +} + +#options { + width:800px; + margin:auto; + text-align:left; +} -- cgit v1.2.1