From 8fb34ce3cd498b75689345888174fa341bd9c0dc Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Sun, 25 Dec 2016 20:31:28 +0000
Subject: [PATCH] Display tram type (accessibility icon + tooltip)

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

diff --git a/index.css b/index.css
index dfc40fa..a3525ce 100644
--- a/index.css
+++ b/index.css
@@ -34,6 +34,12 @@
 	font-size: inherit;
 }
 
+.vehicleInfo {
+	float: right;
+	margin: -5px 0;
+	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);

--
Gitblit v1.9.1