]> git.openstreetmap.org Git - nominatim.git/blob - website/css/common.css
small typos and wording in the API docs
[nominatim.git] / website / css / common.css
1 header {
2   width: 100%;
3   padding: 5px 15px;
4   z-index: 5;
5 }
6
7 header .brand {
8   white-space: nowrap;
9 }
10
11 header .brand a:hover{
12   text-decoration: none;
13 }
14
15 header .brand h1 {
16   display: inline;
17   font-size: 1.5em;
18   color: #333;
19 }
20
21 header .brand > img {
22   display: inline-block;
23   margin-right: 5px;
24   margin-top: -5px;
25 }
26
27 header #last-updated {
28   font-size: 0.7em;
29   white-space: nowrap;
30   text-align: center;
31 }
32
33 header .dropdown-menu {
34   z-index: 1001;
35 }