diff options
Diffstat (limited to 'ebus/webapp/static/main.css')
-rw-r--r-- | ebus/webapp/static/main.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ebus/webapp/static/main.css b/ebus/webapp/static/main.css index 2b28643..57cd1cd 100644 --- a/ebus/webapp/static/main.css +++ b/ebus/webapp/static/main.css @@ -8,3 +8,8 @@ body { width:100%; height:500px; } + +#overview { + width:100%; + height:80px; +} |