index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
author | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-31 14:25:41 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-07-31 14:25:52 -0700 |
commit | 8f77c05bd94635da047069e118c9e62c0c2e3e34 (patch) | |
tree | fbb059ea21e2c05f26af03e4428d28da6755439d | |
parent | 1687e0e790d869fe58f86046f5ee093981670c63 (diff) |
Get rid of small space at bottom of page
-rw-r--r-- | public/assets/css/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/public/assets/css/style.css b/public/assets/css/style.css index 74e05da..213926f 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -20,6 +20,7 @@ svg, object { object { opacity: 0; transition: opacity 0.25s; + display: block; } svg image { @@ -225,7 +226,7 @@ img.logo { display: none; } -#map-dialog { +dialog { border: 1px solid black; } |