summaryrefslogtreecommitdiff
path: root/ebus/webapp
diff options
context:
space:
mode:
Diffstat (limited to 'ebus/webapp')
-rw-r--r--ebus/webapp/static/main.css12
1 files changed, 6 insertions, 6 deletions
diff --git a/ebus/webapp/static/main.css b/ebus/webapp/static/main.css
index 57cd1cd..e67d5d9 100644
--- a/ebus/webapp/static/main.css
+++ b/ebus/webapp/static/main.css
@@ -1,15 +1,15 @@
body {
- margin:0px;
font-family:sans;
- padding: 10px;
}
#ebusgraph {
- width:100%;
- height:500px;
+ width:90%;
+ margin-left: 5%;
+ height:75%;
}
#overview {
- width:100%;
- height:80px;
+ width:90%;
+ margin-left: 5%;
+ height:20%;
}