mirror of
https://github.com/osm-search/Nominatim.git
synced 2024-11-24 06:22:08 +03:00
e02c9b6e69
Make it pass as valid XHTML and move CSS into its own file.
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;
|
|
}
|
|
|