nakarte

Source code of https://map.sikmir.ru (fork)
git clone git://git.sikmir.ru/nakarte
Log | Files | Refs | LICENSE

style.css (318B)


      1 .leaflet-control-zoom-display {
      2     background-color: #fff;
      3     width: 26px;
      4     text-align: center;
      5     border-bottom: 1px solid #ccc;
      6     padding-top: 4px;
      7     padding-bottom: 4px;
      8     font-size: 12px;
      9     line-height: 12px;
     10     font-weight: bold;
     11 }
     12 
     13 .leaflet-touch .leaflet-control-zoom-display {
     14     width: 30px;
     15 }