forked from MTSR/mapserver
16 lines
186 B
CSS
16 lines
186 B
CSS
body {
|
|
height: 100%;
|
|
}
|
|
|
|
#image-map {
|
|
width: 100%;
|
|
height: 100%;
|
|
border: 1px solid #ccc;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.leaflet-custom-display {
|
|
background: #fff;
|
|
padding: 5px;
|
|
}
|