From d33a75812da02905a4bf93ab158e11fcfc0b8b95 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Fri, 27 Apr 2012 07:01:19 +0100 Subject: [PATCH] changed result-link to route-link --- WebContent/gui/OSRM.RoutingGUI.js | 4 ++-- WebContent/main.css | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/WebContent/gui/OSRM.RoutingGUI.js b/WebContent/gui/OSRM.RoutingGUI.js index 1333153d6..633351f71 100644 --- a/WebContent/gui/OSRM.RoutingGUI.js +++ b/WebContent/gui/OSRM.RoutingGUI.js @@ -15,8 +15,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA or see http://www.gnu.org/licenses/agpl.txt. */ -// OSRM routing -// [handles GUI events] +// OSRM RoutingGUI +// [handles all GUI events that interact with routing] OSRM.RoutingGUI = { diff --git a/WebContent/main.css b/WebContent/main.css index ada83c039..6b82ca619 100644 --- a/WebContent/main.css +++ b/WebContent/main.css @@ -257,13 +257,13 @@ html, body { { font-weight:normal; } -.result-link +.route-link { color:#0000ff; text-decoration:none; cursor:pointer; } -.result-link:hover +.route-link:hover { color:#ff0000; }