diff options
author | Random Hacker <random_hacker@xapek.org> | 2012-02-06 08:10:07 +0100 |
---|---|---|
committer | Random Hacker <random_hacker@xapek.org> | 2012-02-06 08:10:42 +0100 |
commit | 7969ec13dd87e3370555d96e7eb960860850e654 (patch) | |
tree | 26a3cd8afebdf379552e9314c7ddded6b9445c1f /ebus/webapp/static/css | |
parent | 4f35d7eb9f7b97aa3b18657f0a36393c89a14b8b (diff) | |
download | ebus-alt-7969ec13dd87e3370555d96e7eb960860850e654.tar.gz ebus-alt-7969ec13dd87e3370555d96e7eb960860850e654.zip |
webapp: +wettermichel.temp; overview auf 100%
Diffstat (limited to 'ebus/webapp/static/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; } |