summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/roster-editor/src/View/SubMenu/Timeline/PlayerTurnStart.elm')
-rw-r--r-- | src/roster-editor/src/View/SubMenu/Timeline/PlayerTurnStart.elm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/roster-editor/src/View/SubMenu/Timeline/PlayerTurnStart.elm b/src/roster-editor/src/View/SubMenu/Timeline/PlayerTurnStart.elm index a6486fa..233e03c 100644 --- a/src/roster-editor/src/View/SubMenu/Timeline/PlayerTurnStart.elm +++ b/src/roster-editor/src/View/SubMenu/Timeline/PlayerTurnStart.elm @@ -23,8 +23,8 @@ get_html : ( get_html pturns = (Html.div [ - (Html.Attributes.class "battle-timeline-element"), - (Html.Attributes.class "battle-timeline-turn-start") + (Html.Attributes.class "timeline-element"), + (Html.Attributes.class "timeline-turn-start") ] [ (Html.text |