Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
perliedman committed Aug 7, 2014
1 parent b80136d commit c2eca6e
Show file tree
Hide file tree
Showing 4 changed files with 242 additions and 94 deletions.
10 changes: 10 additions & 0 deletions dist/leaflet-routing-machine.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
width: 320px;
background-color: white;
padding-top: 4px;
transition: margin-right 0.2s ease;
}

.leaflet-control-container .leaflet-routing-container-hide {
margin-right: -340px;
}

.leaflet-routing-container h2 {
Expand Down Expand Up @@ -99,4 +104,9 @@

.leaflet-routing-geocoder-selected, .leaflet-routing-geocoder-result tr:hover {
background-color: #eee;
}

.leaflet-routing-geocoder-no-results {
font-style: italic;
color: #888;
}
Loading

0 comments on commit c2eca6e

Please sign in to comment.