From f7f4ce5a4f2ae6b5f0cbbe549651b3c5ba5fcbbc Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 03 Feb 2019 12:45:03 +0000
Subject: [PATCH] Fix searching for parent stop of a stop point

---
 index.css |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/index.css b/index.css
index bca5873..38820bd 100644
--- a/index.css
+++ b/index.css
@@ -35,9 +35,14 @@
 }
 
 .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