Commit 94434411 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

displayclean: add platform information

parent 7b1c4962
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -32,6 +32,9 @@
% if ($departure->{delay}) {
<span class="delay">(+<%= $departure->{delay} %>)</span>
% }
<span class="platform">
%= $departure->{platform}
</span>
</span>
<span class="time">
%= $departure->{time}
+4 −0
Original line number Diff line number Diff line
@@ -125,6 +125,10 @@
		padding-right:7px;
	}

	div.displayclean li .countdown .platform {
		font-weight: bold;
	}

	div.displayclean li .time {
		color:#000000;
		font-size:2.4em;