npmap.js
Version:
A JavaScript web mapping library, built as a Leaflet plugin, for the National Park Service.
48 lines (42 loc) • 835 B
CSS
.camera {
background: url(icons.png) -18px 0px no-repeat;
display: inline-block;
width: 15px;
height: 13px;
}
.close {
background: url(icons.png) -17px -17px no-repeat;
display: inline-block;
width: 12px;
height: 11px;
}
.directions {
background: url(icons.png) -35px -16px no-repeat;
display: inline-block;
width: 14px;
height: 14px;
}
.info {
background: url(icons.png) 0px -32px no-repeat;
display: inline-block;
width: 15px;
height: 15px;
}
.itinerary {
background: url(icons.png) 0px -17px no-repeat;
display: inline-block;
width: 15px;
height: 13px;
}
.play {
background: url(icons.png) -35px 0px no-repeat;
display: inline-block;
width: 15px;
height: 14px;
}
.search {
background: url(icons.png) 0px 0px no-repeat;
display: inline-block;
width: 16px;
height: 15px;
}