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-20 13:54:56 -0700 |
---|---|---|
committer | Catalin Mititiuc <webdevcat@proton.me> | 2024-05-20 13:54:56 -0700 |
commit | 07d8c6dc71b1eb3f6fad05fe335fe895e116e02f (patch) | |
tree | 0b5322bafc3873958eea41f647ea1e8907ae318f /public | |
parent | 5aec8dabe54ecde3323e95cf9fe7859899a2b904 (diff) |
Make record sheet weapon icons bigger
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/css/soldier_record_block.css | 1 | ||||
-rw-r--r-- | public/assets/css/style.css | 10 |
2 files changed, 10 insertions, 1 deletions
diff --git a/public/assets/css/soldier_record_block.css b/public/assets/css/soldier_record_block.css index 217ef6d..ed9d18e 100644 --- a/public/assets/css/soldier_record_block.css +++ b/public/assets/css/soldier_record_block.css @@ -23,6 +23,7 @@ span { ul { margin: 0; padding: 0; + margin-left: 1em; } ul li { diff --git a/public/assets/css/style.css b/public/assets/css/style.css index ccc6c0f..e6fd9ec 100644 --- a/public/assets/css/style.css +++ b/public/assets/css/style.css @@ -191,6 +191,14 @@ polygon.firing-arc[data-allegiance="attacker"] { vertical-align: middle; } +.soldier-record svg.weapon-icon { + float: left; + margin: 0.5em 0.5em; + + width: 30px; + height: 30px; +} + .soldier-record svg text { fill: white; text-anchor: middle; @@ -202,7 +210,7 @@ polygon.firing-arc[data-allegiance="attacker"] { .weapon-symbol :not(use[href="#counter-base"]) { stroke: white; - stroke-width: 0.75; + stroke-width: 0.5; fill: none; } |