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; }