From e2b2838c65bf5a4cd85b0f534e8126450f1fbc55 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Tue, 06 Dec 2016 21:27:53 +0000
Subject: [PATCH] Feature delayed and "at stop" entries

---
 index.html |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html
index 57e0c62..c7be53f 100644
--- a/index.html
+++ b/index.html
@@ -22,6 +22,15 @@
 			.input-group-btn:first-child {
 				width: 50%;
 			}
+			@keyframes blink {
+				50% { color: transparent; }
+			}
+			.status-boarding {
+				animation: blink 1s linear infinite;
+			}
+			.status-delayed {
+				font-weight: bold;
+			}
 		</style>
 	</head>
 	<body>

--
Gitblit v1.9.1