diff options
Diffstat (limited to 'ebus/webapp/static/css/stylesheet.css')
-rw-r--r-- | ebus/webapp/static/css/stylesheet.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebus/webapp/static/css/stylesheet.css b/ebus/webapp/static/css/stylesheet.css index 5f85a43..fdd704e 100644 --- a/ebus/webapp/static/css/stylesheet.css +++ b/ebus/webapp/static/css/stylesheet.css @@ -6,11 +6,11 @@ body { #ebusgraph { width:800px; margin:auto; - height:400px; + height:500px; } #overview { - width:800px; + width: 100%; margin:auto; height:100px; } |