diff options
author | Ebus-at-dockstar <ebus@dockstar> | 2014-07-27 16:35:24 +0200 |
---|---|---|
committer | Ebus-at-dockstar <ebus@dockstar> | 2014-07-27 16:35:24 +0200 |
commit | db18e8146f76a0071bb7dfbde4488513c0143c4b (patch) | |
tree | 36a2f133be6c179c7250c3352ef4fd25b7105282 /heap/ebus-web-python/ebus/web_static/css | |
parent | b04b3062e94c95578c4ec0436d86c9803b86b3f2 (diff) | |
download | ebus-alt-db18e8146f76a0071bb7dfbde4488513c0143c4b.tar.gz ebus-alt-db18e8146f76a0071bb7dfbde4488513c0143c4b.zip |
add ebus-alpha
Diffstat (limited to 'heap/ebus-web-python/ebus/web_static/css')
-rw-r--r-- | heap/ebus-web-python/ebus/web_static/css/stylesheet.css | 22 |
1 files changed, 22 insertions, 0 deletions
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; +} |