]> git.openstreetmap.org Git - nominatim.git/blob - website/css/details.css
new reverse HTML page incl leaflet map
[nominatim.git] / website / css / details.css
1 h1 {
2   margin: 30px 0;
3 }
4 h2 {
5   font-size: 2em;
6   margin-top: 4em;
7 }
8 h3 {
9   font-size: 1.5em;
10 }
11 .table {
12   width: 100%;
13 }
14 .name{
15   font-weight: bold;
16 }
17 .notused{
18   color:#ddd;
19 }
20 .noname{
21   color:#800;
22 }
23 #map {
24   width:100%;
25   height:500px;
26   border: 1px solid #666;
27 }
28 #mapicon {
29   margin: 30px 0;
30 }
31
32 footer {
33   text-align: center;  
34   padding: 2em 0;
35   font-size: 0.8em;
36   clear: both;
37   color: #333;
38 }
39
40 footer p {
41   margin: 1em;
42 }