changed result-link to route-link

This commit is contained in:
DennisSchiefer 2012-04-27 07:01:19 +01:00
parent 9f5f6019bf
commit d33a75812d
2 changed files with 4 additions and 4 deletions

View File

@ -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. or see http://www.gnu.org/licenses/agpl.txt.
*/ */
// OSRM routing // OSRM RoutingGUI
// [handles GUI events] // [handles all GUI events that interact with routing]
OSRM.RoutingGUI = { OSRM.RoutingGUI = {

View File

@ -257,13 +257,13 @@ html, body {
{ {
font-weight:normal; font-weight:normal;
} }
.result-link .route-link
{ {
color:#0000ff; color:#0000ff;
text-decoration:none; text-decoration:none;
cursor:pointer; cursor:pointer;
} }
.result-link:hover .route-link:hover
{ {
color:#ff0000; color:#ff0000;
} }