aboutsummaryrefslogtreecommitdiff
path: root/app/css/app.css
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-11 13:36:33 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-11 13:36:33 +0200
commit40ceac96c8d6cb46f02397ec9e8d8a90b6a04aa2 (patch)
tree13a0af35e70d3501ca6ba2af75baa592911cbff9 /app/css/app.css
parent0918d3897d272fe04db07e542a20be84937acc69 (diff)
downloadplayGraph-40ceac96c8d6cb46f02397ec9e8d8a90b6a04aa2.tar.gz
playGraph-40ceac96c8d6cb46f02397ec9e8d8a90b6a04aa2.tar.bz2
playGraph-40ceac96c8d6cb46f02397ec9e8d8a90b6a04aa2.zip
do some cleanup
Diffstat (limited to 'app/css/app.css')
-rw-r--r--app/css/app.css3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/css/app.css b/app/css/app.css
index 9fb3c90..65d6bb1 100644
--- a/app/css/app.css
+++ b/app/css/app.css
@@ -8,6 +8,9 @@
.world {
position: relative;
border: solid #999999 1px;
+ width: 100%;
+ height: 1000px;
+ overflow: hidden;
}
.world .line {