diff options
Diffstat (limited to 'play.css')
-rw-r--r-- | play.css | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -74,17 +74,17 @@ aside { /* MAP WITH MARKERS, CUs, LEADERS, AND SPACES */ /* 3300x5100 */ +/* 1650x2550 */ #mapwrap { - width: 1576px; - height: 2480px; - margin-top: 40px; + width: 1650px; + height: 2550px; } #map { - width: 1576px; - height: 2480px; - background-image: url("/washingtons-war/images/map-75.jpg"); + width: 1650px; + height: 2550px; + background-image: url(images/WWmap-3-75.webp); background-size: cover; box-shadow: 0 0 20px black; } @@ -279,8 +279,8 @@ aside { } #war_ends { - left:1034px; - top:1611px; + left:1074px; + top:1647px; position:absolute; width: 186px; height: 262px; @@ -312,12 +312,12 @@ aside { display: block; } -#played_british_reinforcements { left: 871px; } -#played_american_reinforcements_1 { left: 1104px; } -#played_american_reinforcements_2 { left: 1336px; } +#played_british_reinforcements { left: 911px; } +#played_american_reinforcements_1 { left: 1144px; } +#played_american_reinforcements_2 { left: 1376px; } .reinforcements { position:absolute; - top: 1886px; + top: 1922px; width: 186px; height: 262px; background-position: -1px -1px; |