From 6b6e1a9d6e1ed475d108a75a618d4a60544482e5 Mon Sep 17 00:00:00 2001 From: nsensfel Date: Mon, 29 Apr 2019 18:11:15 +0200 Subject: Still a lot of work to be done with the CSS... --- src/battle/src/View/Controlled/CharacterCard.elm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/battle') 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 ) -- cgit v1.2.3-70-g09d2