From 07dae439ef2617451cd0aa4e9ecebf5d86f5e078 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <jkowalsk@student.agh.edu.pl>
Date: Sat, 01 Sep 2018 10:56:34 +0000
Subject: [PATCH] Merge pull request #15 from tsedor/patch-1

---
 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