diff options
-rw-r--r-- | play.html | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -117,6 +117,7 @@ div.turn.year_1314 { left: 1511px; top: 1677px; } body.shift .block.known:hover { transform: scale(2) !important; transition: 100ms; + z-index: 100; } .oldblocks div.block { border-radius: 8px; } @@ -126,6 +127,10 @@ body.shift .block.known:hover { position: absolute; } +.battle div.block { + position: relative; +} + div.block { background-size: cover; background-repeat: no-repeat; |