summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/battle')
-rw-r--r-- | src/battle/src/View/Controlled/CharacterCard.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/battle/src/View/Controlled/CharacterCard.elm b/src/battle/src/View/Controlled/CharacterCard.elm index e64b7f8..19155f3 100644 --- a/src/battle/src/View/Controlled/CharacterCard.elm +++ b/src/battle/src/View/Controlled/CharacterCard.elm @@ -431,7 +431,7 @@ get_summary_html char_turn player_ix char = (BattleCharacters.Struct.Equipment.get_armor equipment) ), (Html.div - [] + [(Html.Attributes.class "character-card-stats")] (Battle.View.Statistic.get_all_but_gauges_html char_statistics ) @@ -500,7 +500,7 @@ get_full_html player_ix char = (BattleCharacters.Struct.Equipment.get_armor equipment) ), (Html.div - [] + [(Html.Attributes.class "character-card-stats")] (Battle.View.Statistic.get_all_but_gauges_html char_statistics ) |