From 092a76abde95a2f947698afb581f2e6f443747c3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 21 Jul 2023 17:14:42 +0200 Subject: Offset quaestor markers when coexisting with breakaway markers. --- play.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'play.css') diff --git a/play.css b/play.css index 8f7c592..cb349ac 100644 --- a/play.css +++ b/play.css @@ -411,6 +411,10 @@ body.p2 #npg_galatia { display: block } filter: drop-shadow(0px 1px 3px #0008); } +.quaestor.pretender { + transform: translate(27px, -27px); +} + .legion { background-size: 900% 400%; } -- cgit v1.2.3