diff options
Diffstat (limited to 'templates/infoscreen.html.ep')
| -rw-r--r-- | templates/infoscreen.html.ep | 6 | 
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 { | 
