diff options
author | Daniel Friesel <derf@finalrewind.org> | 2022-09-03 15:50:39 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2022-09-03 15:50:39 +0200 |
commit | 836217bb9d948a7b8dd461cfce2fcb762de5677e (patch) | |
tree | 7b595eca9099f75052ee3852cd8ddb8cd448daf5 /templates | |
parent | d23bfb57e201f70329e896fb07429b4913e5148a (diff) |
Decrease icon size in HAFAS messages
Diffstat (limited to 'templates')
-rw-r--r-- | templates/_train_details.html.ep | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/_train_details.html.ep b/templates/_train_details.html.ep index bcef76c..5bd42c9 100644 --- a/templates/_train_details.html.ep +++ b/templates/_train_details.html.ep @@ -162,7 +162,7 @@ % if ($departure->{moreinfo} and @{$departure->{moreinfo}}) { Meldungen: - <ul> + <ul class="messages"> % for my $pair (@{$departure->{moreinfo}}) { <li> % if ($pair->[0]->isa('DateTime')) { |