From e0f5a368c8cf5c3cd5814b55d95711edd1b3b190 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Sun, 25 Dec 2016 20:36:48 +0000 Subject: [PATCH] Ignore invalid duplicated tram stops returned in autocomplete response (id > 6000) --- 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