summaryrefslogtreecommitdiff
path: root/cgi/templates/multi.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-11-26 18:16:52 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-11-26 18:16:52 +0100
commit226253cb7ab9746cdb5767ebd3f8495ef60a04da (patch)
tree5f7aa9f0cd82668a9fbf01437d52abc4e0b434e8 /cgi/templates/multi.html.ep
parent26ac704c081ba6deb60a6763cb5d537f6217b463 (diff)
use CSS hierarchy for single/multi display distinction
Diffstat (limited to 'cgi/templates/multi.html.ep')
-rw-r--r--cgi/templates/multi.html.ep4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgi/templates/multi.html.ep b/cgi/templates/multi.html.ep
index 8201867..bd1a1aa 100644
--- a/cgi/templates/multi.html.ep
+++ b/cgi/templates/multi.html.ep
@@ -1,6 +1,6 @@
% if (@{$departures}) {
-<div class="outer">
+<div class="displaymulti">
% my $i = 0;
% for my $departure (@{$departures}) {
% $i++;
@@ -43,7 +43,7 @@
% }
-</div> <!-- outer -->
+</div> <!-- displaymulti -->
% }
% else {