-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
81 lines (64 loc) · 1.08 KB
/
styles.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.header{
background-color: #337ab7;
color: white;
border-bottom: solid 1px ##204d74;
padding-top: 10px;
padding-bottom: 10px;
margin-bottom: 20px;
}
.map{
height: 300px;
}
.section{
min-height: 400px;
}
.places-list{
margin-top: 20px;
}
.places-list:hover{
text-decoration: none;
}
.places-list .list-address{
color: black;
}
.places-list .list-name{
display:block;
padding-bottom:10px;
}
.no-results{
color: #666;
text-align: center;
margin-top: 60px;
}
.section-border{
border-right: 1px solid #efefef;
border-left: 1px solid #efefef;
}
.place-details .address p{
margin-bottom:0px;
}
.place-details .websites p{
margin-bottom:0px;
}
.place-details .subheader{
color:#666;
margin-bottom:10px;
}
.subsection{
margin-bottom:20px;
}
ul{
list-style-type: none;
padding-left: 0px;
}
.reviews li{
padding-bottom: 15px;
}
.selected{
background-color: #337ab7;
color:white;
}
.selected a, .selected .list-address, .selected a:hover{
color: white;
text-decoration: none;
}