mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-28 05:48:36 +03:00
27 lines
317 B
CSS
27 lines
317 B
CSS
|
body {
|
||
|
margin:0px;
|
||
|
padding:16px;
|
||
|
background:#ffffff;
|
||
|
height: 100%;
|
||
|
font: normal 12px/15px arial,sans-serif;
|
||
|
}
|
||
|
.line{
|
||
|
margin-left:20px;
|
||
|
}
|
||
|
.name{
|
||
|
font-weight: bold;
|
||
|
}
|
||
|
.notused{
|
||
|
color:#ddd;
|
||
|
}
|
||
|
.noname{
|
||
|
color:#800;
|
||
|
}
|
||
|
#map {
|
||
|
width:500px;
|
||
|
height:500px;
|
||
|
border: 2px solid #666;
|
||
|
float: right;
|
||
|
}
|
||
|
|