]> git.openstreetmap.org Git - nominatim.git/blob - website/css/details.css
user interface: less spacing in table, pushing more content above the fold
[nominatim.git] / website / css / details.css
1 h1 {
2   margin: 10px 0;
3   padding-left: 8px;
4 }
5 h2 {
6   font-size: 2em;
7   padding-left: 8px;
8 }
9 h3 {
10   font-size: 1.5em;
11   padding-left: 8px;
12 }
13 .table {
14   width: 100%;
15 }
16 .table td {
17   font-size: 0.9em;
18 }
19 .table>thead>tr>td, .table>tbody>tr>td {
20   padding: 2px 8px;
21 }
22 .name{
23   font-weight: bold;
24 }
25 .notused{
26   color:#ddd;
27 }
28 .noname{
29   color:#800;
30 }
31 #map {
32   width:100%;
33   height:300px;
34   border: 1px solid #666;
35 }
36 #mapicon {
37   margin: 10px 0;
38 }
39
40 footer {
41   text-align: center;  
42   padding: 2em 0;
43   font-size: 0.8em;
44   clear: both;
45   color: #333;
46 }
47
48 footer p {
49   margin: 1em;
50 }