diff options
author | Tor Andersson <tor@ccxvii.net> | 2022-05-21 14:27:22 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-02-18 12:31:29 +0100 |
commit | 8862b6c209afa437d9670d9d25c77ce8fcffe118 (patch) | |
tree | d612fbf2dda88175ab5c0d5cb106c9b41a3d6d2b /play.css | |
parent | ca766935e1e01adcf3d50d64c99ca7fe1f5026e4 (diff) | |
download | pax-pamir-8862b6c209afa437d9670d9d25c77ce8fcffe118.tar.gz |
Layout tribes and armies at separate coordinates.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -505,12 +505,12 @@ body.shift #tooltip.focus { display: block; } margin: 0 auto 8px auto; } -.rule.Transcaspia { left:229px; top:127px; } -.rule.Punjab { left:904px; top:281px; } -.rule.Persia { left:181px; top:400px; } -.rule.Kandahar { left:707px; top:412px; } -.rule.Kabul { left:648px; top:138px; } -.rule.Herat { left:431px; top:358px; } +.rule.Transcaspia { left:227px; top:132px; } +.rule.Punjab { left:903px; top:281px; } +.rule.Persia { left:179px; top:400px; } +.rule.Kandahar { left:705px; top:412px; } +.rule.Kabul { left:646px; top:138px; } +.rule.Herat { left:429px; top:358px; } .rule.Persia { background-image: url(pieces/ruler_persia.svg) } .rule.Transcaspia { background-image: url(pieces/ruler_transcaspia.svg) } |