From bcae331f696215a5b79a9f9bc484d41b019e483e Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sat, 18 Mar 2017 21:18:38 +0000
Subject: [PATCH] Update code comments in stops.php

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

diff --git a/index.css b/index.css
index 5edcb4a..e953480 100644
--- a/index.css
+++ b/index.css
@@ -33,3 +33,26 @@
 	font-weight: normal;
 	font-size: inherit;
 }
+
+.vehicleInfo {
+	float: right;
+	margin: -5px 0;
+	font-size: 21px;
+}
+.bigger {
+	font-size: 21px;
+}
+
+nav.loading {
+	background-image: -webkit-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);
+	background-image: -o-linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);
+	background-image: linear-gradient(45deg,rgba(0,0,0,.1) 25%,transparent 25%,transparent 50%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.1) 75%,transparent 75%,transparent);
+	-webkit-background-size: 40px 40px;
+	background-size: 40px 40px;
+	-webkit-animation: progress-bar-stripes 2s linear infinite;
+	-o-animation: progress-bar-stripes 2s linear infinite;
+	animation: progress-bar-stripes 2s linear infinite;
+}
+nav.loading * {
+	color: black !important;
+}

--
Gitblit v1.9.1