From ca42d38139f52d8edf6e0792b8cfb5b6404d9112 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sat, 04 May 2019 12:23:02 +0000 Subject: [PATCH] Normalize stop names (add space after period) --- index.css | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/index.css b/index.css index bca5873..d75bd72 100644 --- a/index.css +++ b/index.css @@ -34,10 +34,18 @@ font-size: inherit; } +h2#times-stop { + margin-top: 0; +} .vehicleInfo { + font-size: 21px; +} +#times-table .vehicleInfo { float: right; margin: -5px 0; - font-size: 21px; +} +#route-vehicle .vehicleInfo { + margin-right: .5em; } #vehicle-data { float: right; -- Gitblit v1.9.1