index : btroops | |
Virtual board game-aid for BattleTroops, an infantry combat simulator wargame published by FASA in 1989. |
aboutsummaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -74,8 +74,8 @@ div#content { svg > defs > #point { fill: transparent; - stroke: red; - stroke-width: 1px; + stroke: black; + stroke-width: 0.5px; } use[href="#point"] { @@ -90,6 +90,10 @@ g#points { transform: translate(19px, 31px) scale(4); } +g#test { + transform: scale(2); +} + #background { fill: #bacae3; } |