]> git.openstreetmap.org Git - nominatim.git/blob - website/css/details.css
Merge branch 'mobile-responsive' of https://github.com/mtmail/Nominatim into mobile...
[nominatim.git] / website / css / details.css
1 body {
2   margin-top: 1em;
3   font-size: 1.2em;
4 }
5 h1 {
6   margin: 30px 0;
7 }
8 h2 {
9   font-size: 2em;
10   margin-top: 4em;
11 }
12 h3 {
13   font-size: 1.5em;
14 }
15 .table {
16   /*width: auto;*/
17   max-width: 800px;
18 }
19 .name{
20   font-weight: bold;
21 }
22 .notused{
23   color:#ddd;
24 }
25 .noname{
26   color:#800;
27 }
28 #map {
29   width:100%;
30   height:500px;
31   border: 1px solid #666;
32 }
33 #mapicon {
34   margin: 30px 0;
35 }
36
37 footer {
38   text-align: center;  
39   padding: 2em 0;
40   font-size: 0.8em;
41   clear: both;
42   color: #333;
43 }
44
45 footer p {
46   margin: 1em;
47 }