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