From eb3c2f560e36436c58446441b4e1908dc96bc1ca Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Thu, 19 Apr 2012 21:32:07 +0200 Subject: [PATCH] switched back to using normal images in route description (FF wasn't actually faster, he just reported wrong numbers) --- WebContent/main.css | 5 +---- WebContent/routing/OSRM.RoutingDescription.js | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/WebContent/main.css b/WebContent/main.css index 159080961..4e369c82f 100644 --- a/WebContent/main.css +++ b/WebContent/main.css @@ -279,10 +279,7 @@ html, body { .result-direction { width:18px; - height:21px; - - background-repeat:no-repeat; - background-position:center; + height:18px; } .result-distance { diff --git a/WebContent/routing/OSRM.RoutingDescription.js b/WebContent/routing/OSRM.RoutingDescription.js index b12663a7d..e41d0bf92 100644 --- a/WebContent/routing/OSRM.RoutingDescription.js +++ b/WebContent/routing/OSRM.RoutingDescription.js @@ -66,7 +66,7 @@ show: function(response) { route_desc += ''; route_desc += ''; - route_desc += '
'; + route_desc += ''; route_desc += ''; route_desc += '';