From 63b5744dccdeed82f97e7d45ebf056fff47d3160 Mon Sep 17 00:00:00 2001 From: Evolvedexperiment Date: Sun, 17 May 2020 15:35:17 +0000 Subject: [PATCH] Fixes for elevation profile and CSV download --- index.css | 4 ++ index.html | 30 +++++----- modules/ui/elevation-profile.js | 101 +++++++++++++++++++++++++++----- 3 files changed, 106 insertions(+), 29 deletions(-) diff --git a/index.css b/index.css index ac5669c5..781728c7 100644 --- a/index.css +++ b/index.css @@ -2111,6 +2111,10 @@ svg.button { stroke-width: 0; } +.centered { + text-align: center; +} + #debug { font-size: 1px; opacity: .8; diff --git a/index.html b/index.html index 4a64ad88..abfdb0d8 100644 --- a/index.html +++ b/index.html @@ -2134,23 +2134,23 @@