diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-12-02 16:50:36 +0100 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-12-02 16:50:36 +0100 |
commit | 68cc08b00bcd05fdca0f97d3fbe880158feb4be1 (patch) | |
tree | eef8cbef1f7f3abfdb7089012c00016bbde9b4b3 /play.html | |
parent | 3b3fece21f8ab0e934f198f1f57a06a21600338c (diff) | |
download | votes-for-women-68cc08b00bcd05fdca0f97d3fbe880158feb4be1.tar.gz |
Isometric congress marker.
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -401,7 +401,7 @@ div.nineteenth_amendment_score:not(.hide) { .piece.purple2 { width: 36px; height: 50px; background-size: 36px 50px; background-image: url(pieces/purple2.svg); } .piece.purple1 { width: 34px; height: 50px; background-size: 36px 50px; background-image: url(pieces/purple1.svg); } .piece.no { width: 42px; height: 32px; background-size: 42px 32px; background-image: url(pieces/no.svg); } -.piece.congress { width: 32px; height: 32px; background-size: 32px 32px; background-image: url(pieces/cog.svg); } +.piece.congress { width: 32px; height: 48px; background-size: 32px 48px; background-image: url(pieces/iso_congress.svg); } div.button_box { position: absolute; |