Skip to content

Commit 4ed1bec

Browse files
Make minor changes to site.css (#355)
1 parent 732c51e commit 4ed1bec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css/site.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@
408408
.osrm-turn-left-icon { background-position: -120px 0; }
409409
.osrm-bear-left-icon { background-position: -140px 0; }
410410
.osrm-depart-icon {
411-
background-position: -160px -1;
411+
background-position: -160px -1px;
412412
background-color: #87DE9F;
413413
}
414414
.osrm-enter-roundabout-icon { background-position: -180px 0; }
@@ -558,7 +558,7 @@
558558
width: 20px;
559559
height: 20px;
560560
font-family: Arial;
561-
font-variant: bold;
561+
font-weight: bold;
562562
font-size: 20px;
563563
color: #fff;
564564
}
@@ -767,7 +767,7 @@ td.distance {
767767
margin-bottom: 0px;
768768
}
769769
.leaflet-control-zoom {
770-
display: hidden;
770+
display: none;
771771
}
772772
}
773773

0 commit comments

Comments
 (0)