summaryrefslogtreecommitdiff |
diff options
author | nsensfel <SpamShield0@noot-noot.org> | 2019-04-29 18:11:15 +0200 |
---|---|---|
committer | nsensfel <SpamShield0@noot-noot.org> | 2019-04-29 18:11:15 +0200 |
commit | 6b6e1a9d6e1ed475d108a75a618d4a60544482e5 (patch) | |
tree | cd3a975483ec9748c1379a7488568c98c62be529 /src/battle | |
parent | 6ca8f6fbb8083db156c906e848173e827de838ef (diff) |
Still a lot of work to be done with the CSS...
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 ) |