From: Michael Orlitzky Date: Thu, 11 Sep 2025 01:57:00 +0000 (-0400) Subject: index.html.in: make loaded a more general class X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=05aae4a7d9704b6e6510508327083e8652a38184;p=charm-bypass.git index.html.in: make loaded a more general class We're going to apply it to the ticket, too. --- diff --git a/index.html.in b/index.html.in index 005e1d1..a836994 100644 --- a/index.html.in +++ b/index.html.in @@ -207,10 +207,10 @@ transform-origin: top; /* scale down only */ } - #ticketbottombg.loaded { + .loaded { /* The transitions are for the QR focus animation. These are - * specified in a class that is assigned only after commuter - * bus / MARC train tickets are initially (re)sized, so that + * specified in a class that is assigned only after Commuter + * Bus / MARC Train tickets are initially (re)sized, so that * the transition animation doesn't play prematurely. */ transition-property: transform; transition-duration: 0.25s;