summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
Diffstat (limited to 'play.css')
-rw-r--r--play.css10
1 files changed, 7 insertions, 3 deletions
diff --git a/play.css b/play.css
index 3dd09a0..5d7a90a 100644
--- a/play.css
+++ b/play.css
@@ -353,8 +353,8 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; }
}
#unshaded_event {
- left: 3px;
- right: 3px;
+ left: 10px;
+ right: 10px;
top: 200px;
height: 70px;
border-radius: 12px;
@@ -363,11 +363,15 @@ path.campaign { stroke: black; stroke-dasharray: 4 4; }
#shaded_event {
left: 3px;
right: 3px;
- bottom: 4px;
+ bottom: 3px;
height: 80px;
border-radius: 12px;
}
+#this_card.card_10 #unshaded_event { height: 80px; }
+#this_card.card_10 #shaded_event { height: 69px; }
+
+
/* TOKEN IMAGES */
.token.tributary { background-color: #2a2c26 }