summaryrefslogtreecommitdiff
path: root/play.css
diff options
context:
space:
mode:
authorTor Andersson <tor@ccxvii.net>2023-09-24 13:34:13 +0200
committerTor Andersson <tor@ccxvii.net>2023-10-01 16:11:22 +0200
commit1ea6f67ad23fff74c2cd315107bd68eccd224153 (patch)
tree8ad96b704bd7a25a218164514fed2812efaacdaa /play.css
parentb6d6cd49d0e77338c1a71640476ef17dfb89bfe9 (diff)
downloadwaterloo-campaign-1815-1ea6f67ad23fff74c2cd315107bd68eccd224153.tar.gz
Fix bugs. Move turn track away from main board.
Diffstat (limited to 'play.css')
-rw-r--r--play.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/play.css b/play.css
index 0911417..048009a 100644
--- a/play.css
+++ b/play.css
@@ -26,18 +26,19 @@ body.Coalition header.your_turn { background-color: white; }
main {
background-color: dimgray;
+ background-color: hsl(39, 10%, 40%);
}
#mapwrap {
margin: 0 auto;
width: 2550px;
- height: 1900px;
+ height: 1940px;
}
#map {
position: absolute;
width: 2550px;
- height: 1900px;
+ height: 1940px;
}
#board, #tracks, #hexes, #pieces {
@@ -56,8 +57,8 @@ main {
}
#tracks {
- top: 1650px;
- left: 0px;
+ top: 1670px;
+ left: 20px;
width: 600px;
height: 250px;
background-color: #d0c5b1;