leaflet-openweathermap
Version:
A JavaScript library for including OpenWeatherMap's layers and OWM's current city/station data in leaflet based maps without hassle.
24 lines (18 loc) • 363 B
CSS
.leaflet-languageselector-title {
font-size: larger;
font-weight: bold;
display: block;
position: relative;
}
.leaflet-languageselector-float-left {
float: left;
}
.leaflet-languageselector-mleft {
margin-left: 7px;
}
.leaflet-languageselector-langdiv {
cursor: pointer;
}
.leaflet-languageselector-clearfloat {
clear: all;
}