File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 9
9
href ="images/favicon.ico ">
10
10
11
11
< link href ='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300 ' rel ='stylesheet ' type ='text/css '>
12
+
12
13
< style >
13
14
body {
14
15
background-color : # 8DC63F ;
15
- font-family : 'Arial' , sans-serif;
16
+ font-family : 'Open Sans Condensed' , ' Arial', sans-serif;
16
17
color : # F43F08 ;
17
18
18
19
}
Original file line number Diff line number Diff line change 4
4
< link rel ="icon "
5
5
type ="image/ico "
6
6
href ="images/favicon.ico ">
7
+
8
+ < link href ='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300 ' rel ='stylesheet ' type ='text/css '>
9
+
7
10
< meta charset ='utf-8 '>
8
11
< meta http-equiv ="X-UA-Compatible " content ="chrome=1 ">
9
12
< meta name ="viewport " content ="width=640 " />
15
18
< script type ="text/javascript " src ="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js "> </ script >
16
19
< script src ="https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyDhsHJlSCMPByughcrSBtcRJsWEDekef0I "> </ script >
17
20
< style type ="text/css ">
21
+
22
+ body , .start , .end , .time {
23
+ font-family : 'Open Sans Condensed' , 'Arial' , sans-serif;
24
+ }
18
25
19
26
.dropdown-submenu {
20
27
position : relative;
131
138
.searchLabel {
132
139
display : inline-block;
133
140
width : 100px ;
134
-
141
+ font-size : 25 px ;
135
142
}
136
143
.printLabel {
137
144
position : relative;
173
180
display : none;
174
181
}
175
182
183
+ # searchResults a {
184
+ border : 2px solid yellow;
185
+ border-radius : 5px ;
186
+ margin : 4px ;
187
+ padding : 0 10px ;
188
+ line-height : 2.3em ;
189
+ display : inline-block;
190
+ }
191
+
176
192
@media (max-width : 1024px ) {
177
193
.start , .end , .time
178
194
{
You can’t perform that action at this time.
0 commit comments