summaryrefslogtreecommitdiff
path: root/templates/infoscreen.html.ep
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2018-11-03 19:14:06 +0100
committerDaniel Friesel <derf@finalrewind.org>2018-11-03 19:14:06 +0100
commitb41f8a18ce3878e06345d0faf70b0e1e57407e8e (patch)
tree7850022e71d3f87e63619ca688598e58666d472e /templates/infoscreen.html.ep
parentca502c12ffbb63d42f7088be770caae9d3a836d8 (diff)
Also split up app/infoscreen CSS, add transition notice to landing page
Diffstat (limited to 'templates/infoscreen.html.ep')
-rw-r--r--templates/infoscreen.html.ep6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/infoscreen.html.ep b/templates/infoscreen.html.ep
index 3c36965..9c244a0 100644
--- a/templates/infoscreen.html.ep
+++ b/templates/infoscreen.html.ep
@@ -1,10 +1,10 @@
% if (@{$departures}) {
% if (param('dark')) {
-<div class="displayclean displaycleandark">
+<div class="infoscreen infoscreendark">
% }
% else {
-<div class="displayclean displaycleanlight">
+<div class="infoscreen infoscreenlight">
% }
<ul>
% my $i = 0;
@@ -266,7 +266,7 @@
% }
</ul>
- </div> <!-- displayclean -->
+ </div> <!-- infoscreen -->
% }
% else {