From 448c31f9d1b2e0a399f2d42b06cfe7a36d1e16c3 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 14 Apr 2019 09:57:55 +0000
Subject: [PATCH] Add stop type to the header in timetables

---
 index.css |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/index.css b/index.css
index 38820bd..d75bd72 100644
--- a/index.css
+++ b/index.css
@@ -34,6 +34,9 @@
 	font-size: inherit;
 }
 
+h2#times-stop {
+	margin-top: 0;
+}
 .vehicleInfo {
 	font-size: 21px;
 }

--
Gitblit v1.9.1