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 |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html
index 262186e..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>
@@ -106,6 +115,8 @@
 						</tbody>
 					</table>
 					-->
+					
+					<p>&copy; 2016 Jacek Kowalski - <a href="https://github.com/jacekkow/mpk-ttss">Source</a> - <a href="https://raw.githubusercontent.com/jacekkow/mpk-ttss/master/LICENSE">License</a></p>
 				</div>
 			</div>
 		</div>

--
Gitblit v1.9.1