diff options
author | Tor Andersson <tor@ccxvii.net> | 2023-06-24 00:16:39 +0200 |
---|---|---|
committer | Tor Andersson <tor@ccxvii.net> | 2023-07-07 18:39:37 +0200 |
commit | ea9dd06941674256b07c5353d39121c3983ab9b1 (patch) | |
tree | e11411346a519fce2573297ed8d656e85b2d18da /play.css | |
parent | b265df692299a50c69daf11f06a82e3ef24cd419 (diff) | |
download | time-of-crisis-ea9dd06941674256b07c5353d39121c3983ab9b1.tar.gz |
Prompts.
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -23,7 +23,7 @@ body.Green header.your_turn { background-color: darkseagreen; } #log .h2 { background-color: gainsboro; padding-top:2px; padding-bottom:2px; text-align: center; } #log .h3 { text-decoration: underline; } #log div { padding-left: 20px; text-indent: -12px; } -#log div.indent { padding-left: 32px; text-indent: -12px; } +#log div.i { padding-left: 32px; text-indent: -12px; } #log .white, #log .black { display: inline-block; @@ -592,14 +592,6 @@ body.p2 #Galatia_NPG { display: block } .card.influence_s4x{background-image:url(cards.2x/influence_s4x.jpg)} } -.influence_m1 + .influence_m1 { margin-left: -180px; } -.influence_p1 + .influence_p1 { margin-left: -180px; } -.influence_s1 + .influence_s1 { margin-left: -180px; } - -#played .influence_m1 + .influence_p1 { margin-left: -180px } -#played .influence_m1 + .influence_s1 { margin-left: -180px } -#played .influence_p1 + .influence_s1 { margin-left: -180px } - /* PANELS */ .panel { |