File tree Expand file tree Collapse file tree 5 files changed +13
-14
lines changed Expand file tree Collapse file tree 5 files changed +13
-14
lines changed Original file line number Diff line number Diff line change 5
5
<link rel =" apple-touch-icon-precomposed" href =" {{ URL:: asset (' apple-touch-icon-precomposed.png' ) } }" >
6
6
<meta property =" og:title" content =" iRail.be" />
7
7
<meta property =" og:type" content =" website" />
8
- <meta property =" og:url" content =" http ://irail.be" />
8
+ <meta property =" og:url" content =" https ://irail.be" />
9
9
<meta property =" og:image" content =" {{ URL:: asset (' apple-touch-icon-precomposed.png' ) } }" />
10
10
<title >iRail.be</title >
11
11
<link rel =" shortcut icon" href =" {{ URL:: asset (' favicon.ico' ) } }" />
Original file line number Diff line number Diff line change 124
124
</strong >
125
125
</span >
126
126
<span class =" planner-station" >
127
- @ {{ conn.departure.station}}
127
+ < strong > @ {{ conn.departure.station}}</ strong >
128
128
</span >
129
129
<span class =" delay-route" ng-if =" conn.departure.delay > 0" >
130
130
<i class =" fa fa-exclamation-triangle" ></i > + @ {{ (conn.departure.delay)/60 }}'
137
137
<strong >@ {{(stop.arrival.time)*1000 | date:'HH:mm'}}</strong >
138
138
</span >
139
139
<br />
140
- &darr ; @ {{(stop.timeBetween/60)}} {{ Lang:: get (' client.mins' ) } }
140
+ &rarr ; < span class = " small " > @ {{(stop.timeBetween/60)}} {{ Lang:: get (' client.mins' ) } }</ span >
141
141
142
142
<br />
143
143
<span class =" badge" >@ {{ stop.departure.platform }}</span >
149
149
</span >
150
150
</span >
151
151
<span class =" planner-station" >
152
- @ {{ stop.station}}
152
+ < strong > @ {{ stop.station}}</ strong >
153
153
</span >
154
154
<br />
155
155
</li >
161
161
@ {{ (conn.arrival.time)*1000 | date:'HH:mm' }}
162
162
</strong ></span >
163
163
<span class =" planner-station" >
164
- @ {{ conn.arrival.station}}
164
+ < strong > @ {{ conn.arrival.station}}</ strong >
165
165
</span >
166
166
</li >
167
167
</ul >
Original file line number Diff line number Diff line change @@ -131,7 +131,6 @@ input.ng-invalid {
131
131
margin-right : 15px ; }
132
132
133
133
.delay-route {
134
- font-size : 1.2em ;
135
134
color : red; }
136
135
137
136
.badge {
Original file line number Diff line number Diff line change @@ -161,7 +161,6 @@ input.ng-invalid {
161
161
}
162
162
163
163
.delay-route {
164
- font-size : 1.2em ;
165
164
color : red ;
166
165
}
167
166
You can’t perform that action at this time.
0 commit comments