From a3aecd683fb7d6aec06bf569db780f91a0f1fcfe Mon Sep 17 00:00:00 2001 From: Matteo Nastasi Date: Sun, 3 May 2020 09:32:16 +0200 Subject: [PATCH] substitute card id '40' with 'cover' to be more clear and back-compatible --- web/briskin5/cards_xx.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/web/briskin5/cards_xx.css b/web/briskin5/cards_xx.css index ded3557..f55ec6f 100644 --- a/web/briskin5/cards_xx.css +++ b/web/briskin5/cards_xx.css @@ -158,7 +158,7 @@ img[data-card-id="39"] { background: url('img/cards_xx.png') -525px -484px; } -img[data-card-id="40"] { +img[data-card-id="cover"] { background: url('img/cards_xx.png') -600px -0px; } @@ -322,7 +322,7 @@ img[data-card-id="39_ea"] { background: url('img/cards_xx_ea.png') -847px -300px; } -img[data-card-id="40_ea"] { +img[data-card-id="cover_ea"] { background: url('img/cards_xx_ea.png') -968px -0px; } @@ -486,7 +486,7 @@ img[data-card-id="39_we"] { background: url('img/cards_xx_we.png') -847px -300px; } -img[data-card-id="40_we"] { +img[data-card-id="cover_we"] { background: url('img/cards_xx_we.png') -968px -0px; } -- 2.17.1