X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=index.html.in;h=cd71cbb97c80c334aef519d20a5a84e66e77283f;hb=b664e7d6317ffdf74bd349239cbf0819c1e4c1ca;hp=fb31283fedcb137a0b5bd7c3b3e56595f13b41cf;hpb=c424d1320ed070197c26304d81d64b2441d682f4;p=charm-bypass.git diff --git a/index.html.in b/index.html.in index fb31283..cd71cbb 100644 --- a/index.html.in +++ b/index.html.in @@ -26,13 +26,6 @@ background: transparent; } - html, body { - /* To create our "window" onto the scene, we're going to slide the - * SVG off the left-hand side of the screen, and we don't want - * scroll bars to appear. */ - overflow: hidden; - } - svg { /* Set the height to 100% of the screen, which we'll keep; and the * initial position to (0,0), which we're going to change @@ -236,7 +229,7 @@
BaltimoreLink (Bus, Light Rail, Metro) - +
@@ -265,15 +258,84 @@ - +
MARC Train + +

Origin

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +

Destination

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ - +
@@ -476,6 +538,11 @@ /******************************************/ function go() { + /* To create our "window" onto the scene, we're going to slide the + * SVG off the left-hand side of the screen, and we don't want + * scroll bars to appear. */ + document.body.style.overflow = "hidden"; + const svg = document.querySelector("svg"); const menu = document.getElementById("menu"); svg.style.display = "initial";