diff options
author | Daniel Friesel <derf@finalrewind.org> | 2019-05-03 10:49:14 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2019-05-03 10:49:14 +0200 |
commit | 973cccd494eb6b50e283b461644ee73e0b304e59 (patch) | |
tree | 5cb34259740c7719e1ccbd373c803e3743840ce5 /templates/_public_status_card.html.ep | |
parent | bf2dae7c45ab9bd537527f0234564f1189bd65f9 (diff) |
checkin: lighter background color, more prominent destination selection
Diffstat (limited to 'templates/_public_status_card.html.ep')
-rw-r--r-- | templates/_public_status_card.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_public_status_card.html.ep b/templates/_public_status_card.html.ep index e357015..494ad43 100644 --- a/templates/_public_status_card.html.ep +++ b/templates/_public_status_card.html.ep @@ -43,7 +43,7 @@ (<%= sprintf('%+d', ($journey->{real_departure}->epoch - $journey->{sched_departure}->epoch)/60) %>) % } </div> - <div style="float: right;"> + <div style="float: right; text-align: right;"> % if ($journey->{arr_name}) { <b><%= $journey->{arr_name} %></b><br/> % } |