forked from radumas/crowdmap-basic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
60 lines (50 loc) · 746 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
@import url(//fonts.googleapis.com/css?family=Open+Sans);
body {
margin: 0px;
font-family: 'Open Sans', Helvetica, sans-serif;
}
img {
float: left;
padding-right: 10px;
}
p {
font-size: 15px;
line-height: 25px;
}
h1 {
line-height: 60px;
margin-top: 0px;
margin-bottom: 0px;
font-weight: lighter;
}
#wrapper {
width: 750px;
}
#map {
width: 750px;
margin: 0 auto;
height: 375px;
}
#controls {
width: 100%;
margin: 0 auto;
float: left;
}
#form {
margin-top: 5px;
font-size: 12px;
text-align: left;
line-height: 16px;
width:375px;
float: left;
}
#header {
margin-top: 0px;
margin-bottom: 0px;
}
#credits p {
margin-top: 5px;
font-size: 12px;
text-align: right;
line-height: 16px;
}