summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornsensfel <SpamShield0@noot-noot.org>2019-04-29 18:11:15 +0200
committernsensfel <SpamShield0@noot-noot.org>2019-04-29 18:11:15 +0200
commit6b6e1a9d6e1ed475d108a75a618d4a60544482e5 (patch)
treecd3a975483ec9748c1379a7488568c98c62be529 /src/battle/src/View
parent6ca8f6fbb8083db156c906e848173e827de838ef (diff)
Still a lot of work to be done with the CSS...
Diffstat (limited to 'src/battle/src/View')
-rw-r--r--src/battle/src/View/Controlled/CharacterCard.elm4
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
)