From d80109132d362199e6d9e370d5f54bd0d6554126 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 29 Jul 2021 22:40:29 +0000 Subject: [PATCH] [map] Allow zero-prefixed stop identifiers (fix for bus stops) --- map.css | 19 +++++++++++++++++++ 1 files changed, 19 insertions(+), 0 deletions(-) diff --git a/map.css b/map.css index aa9b4de..c7ea862 100644 --- a/map.css +++ b/map.css @@ -144,6 +144,25 @@ float: right; } +.post-nav { + display: flex; + flex-wrap: wrap; +} +.post-nav > * { + flex-basis: 0; + flex-grow: 1; +} + +.left { + text-align: left; +} +.center { + text-align: center; +} +.right { + text-align: right; +} + .icon, .icon-loc, .icon-pin, .icon-zoom { display: inline-block; height: 1em; -- Gitblit v1.9.1