aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-11 14:21:41 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-11 14:21:41 +0200
commita5eb5f30f70607c5e51460d9b9232642939eebfc (patch)
treeda51f853b001e951bf3d822ae0ee0d522e93c39c
parentb1a03829abac95be598207ce8bbccfecbbedc51d (diff)
downloadplayGraph-a5eb5f30f70607c5e51460d9b9232642939eebfc.tar.gz
playGraph-a5eb5f30f70607c5e51460d9b9232642939eebfc.tar.bz2
playGraph-a5eb5f30f70607c5e51460d9b9232642939eebfc.zip
undo previous changes
-rw-r--r--app/css/app.css16
-rw-r--r--app/css/lbarman.css8
2 files changed, 2 insertions, 22 deletions
diff --git a/app/css/app.css b/app/css/app.css
index 5a2cca4..8d3eae6 100644
--- a/app/css/app.css
+++ b/app/css/app.css
@@ -1,17 +1 @@
/* app css stylesheet */
-
-* {
- margin: 0;
- padding: 0;
-}
-
-.world {
- border: solid #999999 1px;
- width: 100%;
- height: 1000px;
- overflow: hidden;
-}
-
-.world .line {
- position: absolute;
-} \ No newline at end of file
diff --git a/app/css/lbarman.css b/app/css/lbarman.css
index d446b94..eb636c6 100644
--- a/app/css/lbarman.css
+++ b/app/css/lbarman.css
@@ -25,14 +25,10 @@ body
}
.world {
- border: solid #999999 1px;
+ position: relative;
+ overflow: hidden;
width: 100%;
height: 1000px;
- overflow: hidden;
-}
-
-.world .line {
- position: absolute;
}
.world .line {