diff options
Diffstat (limited to 'ebus/webapp/static/main.css')
-rw-r--r-- | ebus/webapp/static/main.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ebus/webapp/static/main.css b/ebus/webapp/static/main.css new file mode 100644 index 0000000..f832fdd --- /dev/null +++ b/ebus/webapp/static/main.css @@ -0,0 +1,9 @@ +body { + margin:0px; + font-family:sans; +} + +#ebusgraph { + width:800px; + height:400px; +} |