From b1a03829abac95be598207ce8bbccfecbbedc51d Mon Sep 17 00:00:00 2001 From: Jakob Odersky Date: Sun, 11 May 2014 14:10:56 +0200 Subject: refactor app.css --- app/css/app.css | 1 - app/css/lbarman.css | 15 ++++++++++++++- app/index.html | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/css/app.css b/app/css/app.css index 65d6bb1..5a2cca4 100644 --- a/app/css/app.css +++ b/app/css/app.css @@ -6,7 +6,6 @@ } .world { - position: relative; border: solid #999999 1px; width: 100%; height: 1000px; diff --git a/app/css/lbarman.css b/app/css/lbarman.css index 2a2a171..d446b94 100644 --- a/app/css/lbarman.css +++ b/app/css/lbarman.css @@ -1,5 +1,10 @@ /* app css stylesheet */ +* { + margin: 0; + padding: 0; +} + body { background: rgb(255,255,255); /* Old browsers */ @@ -18,8 +23,16 @@ body font-size:16px; } + .world { - position: relative; + border: solid #999999 1px; + width: 100%; + height: 1000px; + overflow: hidden; +} + +.world .line { + position: absolute; } .world .line { diff --git a/app/index.html b/app/index.html index 1b15a7e..a83ed5d 100644 --- a/app/index.html +++ b/app/index.html @@ -46,7 +46,7 @@ - -- cgit v1.2.3