diff options
author | Ebus-at-dockstar <ebus@dockstar> | 2013-03-25 10:22:13 +0100 |
---|---|---|
committer | Ebus-at-dockstar <ebus@dockstar> | 2013-03-25 10:22:13 +0100 |
commit | 9522cdffa94f278eb5e1894600535986e22c2890 (patch) | |
tree | 85c739761f79e949027f8afdcee0f73105bb6a38 /ebus-datastore/ebus/web_static/css/stylesheet.css | |
parent | 0a334345e9530dd217cf74a414afe43322181fe0 (diff) | |
download | ebus-alt-9522cdffa94f278eb5e1894600535986e22c2890.tar.gz ebus-alt-9522cdffa94f278eb5e1894600535986e22c2890.zip |
ebus datastore
Diffstat (limited to 'ebus-datastore/ebus/web_static/css/stylesheet.css')
-rw-r--r-- | ebus-datastore/ebus/web_static/css/stylesheet.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ebus-datastore/ebus/web_static/css/stylesheet.css b/ebus-datastore/ebus/web_static/css/stylesheet.css new file mode 100644 index 0000000..f114bc7 --- /dev/null +++ b/ebus-datastore/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; +} |