diff options
Diffstat (limited to 'play.html')
-rw-r--r-- | play.html | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -983,6 +983,11 @@ body.shift .mustered_vassals { position: absolute; } +#pieces .castle { + position: absolute; + pointer-events: none; +} + .service_marker.teutonic.lord.selected { box-shadow: 0 0 0 1px #111, 0 0 0 3px yellow; } @@ -1299,6 +1304,10 @@ body.shift .mustered_vassals { <div id="vp1" class="hide marker circle victory teutonic v0 stack"></div> <div id="legate" class="hide"></div> <div id="smerdi" class="box"></div> + <div id="castle11" class="hide marker rectangle castle teutonic"/></div> + <div id="castle12" class="hide marker rectangle castle teutonic"/></div> + <div id="castle21" class="hide marker rectangle castle russian"/></div> + <div id="castle22" class="hide marker rectangle castle russian"/></div> </div> </div> |