From 05aae4a7d9704b6e6510508327083e8652a38184 Mon Sep 17 00:00:00 2001 From: Michael Orlitzky Date: Wed, 10 Sep 2025 21:57:00 -0400 Subject: [PATCH] index.html.in: make loaded a more general class We're going to apply it to the ticket, too. --- index.html.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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; -- 2.49.0