]> git.openstreetmap.org Git - nominatim.git/blob - website/css/details.css
Merge branch 'master' of github.com:twain47/Nominatim
[nominatim.git] / website / css / details.css
1 body {
2     margin:0px;
3     padding:16px;
4   background:#ffffff;
5   height: 100%;
6   font: normal 12px/15px arial,sans-serif;
7 }
8 .line{
9   margin-left:20px;
10 }
11 .name{
12   font-weight: bold;
13 }
14 .notused{
15   color:#ddd;
16 }
17 .noname{
18   color:#800;
19 }
20 #map {
21   width:500px;
22   height:500px;
23   border: 2px solid #666;
24   float: right;
25 }
26