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-05-02 11:02:10 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-02 11:04:09 -0700 |
commit | a69623b0ab6baff9f968e126c25d7e961e9dde53 (patch) | |
tree | d1f84b493cb3cbf1f2ba8df61f9ff8bd6099277f /public/damage_block.css | |
parent | 9ac571cc244ef02a32679f3fb47ffee5f7e0fd7c (diff) |
Organize public directory contents into assets folders
Diffstat (limited to 'public/damage_block.css')
-rw-r--r-- | public/damage_block.css | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/public/damage_block.css b/public/damage_block.css deleted file mode 100644 index cc7e4dc..0000000 --- a/public/damage_block.css +++ /dev/null @@ -1,18 +0,0 @@ -.damage-effect-indicator.bruise { - background-color: orange; -} - -.damage-effect-indicator.lethal { - background-color: red; -} - -.damage-effect-indicator { - width: 20px; - height: 30px; - margin: 0 auto; - padding: 0; - border: 1px solid black; - display: block; - user-select: none; - font-family: monospace; -} |