From a3f3c9d7a9bb5237628eaa30b550c9cc5d3dcdc2 Mon Sep 17 00:00:00 2001 From: Ebus-at-dockstar Date: Tue, 30 Apr 2013 17:50:25 +0200 Subject: wwwroot_ebus --- datastore-leveldb/wwwroot_ebus/css/stylesheet.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 datastore-leveldb/wwwroot_ebus/css/stylesheet.css (limited to 'datastore-leveldb/wwwroot_ebus/css') diff --git a/datastore-leveldb/wwwroot_ebus/css/stylesheet.css b/datastore-leveldb/wwwroot_ebus/css/stylesheet.css new file mode 100644 index 0000000..3f9a276 --- /dev/null +++ b/datastore-leveldb/wwwroot_ebus/css/stylesheet.css @@ -0,0 +1,22 @@ +body { + font-family:sans; + text-align:center; + padding: 40px; +} + +#ebusgraph { + width: 100%; + height: 70%; +} + +#overview { + width: 100%; + margin:auto; + height:100px; +} + +#options { + width:800px; + margin:auto; + text-align:left; +} -- cgit v1.2.1