aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-05-11 14:10:56 +0200
committerJakob Odersky <jodersky@gmail.com>2014-05-11 14:10:56 +0200
commitb1a03829abac95be598207ce8bbccfecbbedc51d (patch)
treef924af05376e854dd11bee330fe614065d859bf3
parent370244a1003e3c16f024116d14401e7959325ede (diff)
downloadplayGraph-b1a03829abac95be598207ce8bbccfecbbedc51d.tar.gz
playGraph-b1a03829abac95be598207ce8bbccfecbbedc51d.tar.bz2
playGraph-b1a03829abac95be598207ce8bbccfecbbedc51d.zip
refactor app.css
-rw-r--r--app/css/app.css1
-rw-r--r--app/css/lbarman.css15
-rw-r--r--app/index.html2
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 @@
</ul>
</fieldset>
- <iframe id="ytplayer" type="text/html" width="640" height="360"
+ <iframe id="ytplayer" type="text/html" width="100%"
src="https://www.youtube.com/embed/M7lc1UVf-VE?autoplay=1&modestbranding=1"
frameborder="0" allowfullscreen></iframe>