From 24182d0e1f5c651cd193b2fcdcf6d2f9fa78b789 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Fri, 29 May 2015 22:29:06 -0600 Subject: [PATCH 1/3] Test Update --- www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 7afffc4..1019c18 100644 --- a/www/index.html +++ b/www/index.html @@ -127,7 +127,7 @@
-

Flo de Guzman

+

Florence de Guzman

From c1c74a39363ca6854a783cd1d54bb24578d41ee4 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Fri, 29 May 2015 22:30:29 -0600 Subject: [PATCH 2/3] Undoing Test Update Tests were successful: push to intrepid publishes release branch successfully. --- www/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/index.html b/www/index.html index 1019c18..7afffc4 100644 --- a/www/index.html +++ b/www/index.html @@ -127,7 +127,7 @@
From c910409274be7cb89549d67e8977b9d5a850ca88 Mon Sep 17 00:00:00 2001 From: Jason Williams Date: Sun, 12 Aug 2018 20:31:24 -0600 Subject: [PATCH 3/3] Increased visibility of map --- www/where/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/where/index.php b/www/where/index.php index 71f3e1a..64ab742 100644 --- a/www/where/index.php +++ b/www/where/index.php @@ -33,7 +33,7 @@ p {font-size: 5vh; color: #FFFFFF; opacity: 0.5;} h1 {font-size: 13.9vh; color: #FFFFFF;} #map {width: 100; height: 100%;} - #container {position: absolute; top: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(139,51,175,0.8) 0%, rgba(0,131,214,0.8) 100%), radial-gradient(ellipse at center, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 80%);} + #container {position: absolute; top: 0; width: 100%; height: 100%; background: linear-gradient(135deg, rgba(139,51,175,0.8) 0%, rgba(0,131,214,0.8) 100%), radial-gradient(ellipse at center, rgba(255,255,255,0) 35%, rgba(255,255,255,1) 95%);} #centered {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}