summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2022-09-03 15:50:39 +0200
committerDaniel Friesel <derf@finalrewind.org>2022-09-03 15:50:39 +0200
commit836217bb9d948a7b8dd461cfce2fcb762de5677e (patch)
tree7b595eca9099f75052ee3852cd8ddb8cd448daf5 /templates
parentd23bfb57e201f70329e896fb07429b4913e5148a (diff)
Decrease icon size in HAFAS messages
Diffstat (limited to 'templates')
-rw-r--r--templates/_train_details.html.ep2
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')) {