aboutsummaryrefslogtreecommitdiff
path: root/app/css/app.css
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-11 11:10:16 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-11 11:10:16 +0200
commitb9493ccbf3e13c4edd2749bf3eedf6d2b002cd21 (patch)
tree7bb1a4151a4ab9d4ce43c14dcd5d45542eab3389 /app/css/app.css
parent9e579f32a7818f78f568089638fdcf8a06f579e6 (diff)
downloadplayGraph-b9493ccbf3e13c4edd2749bf3eedf6d2b002cd21.tar.gz
playGraph-b9493ccbf3e13c4edd2749bf3eedf6d2b002cd21.tar.bz2
playGraph-b9493ccbf3e13c4edd2749bf3eedf6d2b002cd21.zip
smooth instead of simplify
Diffstat (limited to 'app/css/app.css')
-rw-r--r--app/css/app.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/app/css/app.css b/app/css/app.css
index 5f3e698..d0abf83 100644
--- a/app/css/app.css
+++ b/app/css/app.css
@@ -1,7 +1,14 @@
/* app css stylesheet */
+* {
+ margin: 0;
+ padding: 0;
+}
+
.world {
position: relative;
+ background-color: lightyellow;
+ overflow: hidden;
}
.world .line {