aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {