diff options
Diffstat (limited to 'heap/ebus/webapp/static/css')
-rw-r--r-- | heap/ebus/webapp/static/css/stylesheet.css | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/heap/ebus/webapp/static/css/stylesheet.css b/heap/ebus/webapp/static/css/stylesheet.css new file mode 100644 index 0000000..fdd704e --- /dev/null +++ b/heap/ebus/webapp/static/css/stylesheet.css @@ -0,0 +1,22 @@ +body { + font-family:sans; + text-align:center; +} + +#ebusgraph { + width:800px; + margin:auto; + height:500px; +} + +#overview { + width: 100%; + margin:auto; + height:100px; +} + +#options { + width:800px; + margin:auto; + text-align:left; +} |