static/pngtile/map.css
author Tero Marttila <terom@qmsk.net>
Sat, 04 Oct 2014 02:19:43 +0300
changeset 172 73380dd6a816
parent 145 51908b0cc3a1
permissions -rw-r--r--
pngtile: include ?t= in tile urls and generate large cache-control max-age's for those that match
#map {
    overflow: hidden;
    position: absolute;

    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

div.leaflet-control-link {

}

a.leaflet-control-link-link {
    display: block;
    background-color: #fff;
    box-shadow: 0 1px 5px rgba(0,0,0,0.65);
    padding: 0.5em;
    border-radius: 4px;
}