diff --git a/templates/actors/newActor/character-sheet.html b/templates/actors/newActor/character-sheet.html index 92def5da..4e0c7338 100644 --- a/templates/actors/newActor/character-sheet.html +++ b/templates/actors/newActor/character-sheet.html @@ -37,16 +37,13 @@
{{!-- ARMOR CLASS --}}
- -
  • -

    - {{ localize "SW5E.ArmorClass" }} - -

    -
    - {{data.attributes.ac.value}} -
    -
  • +

    + {{ localize "SW5E.ArmorClass" }} + +

    +
    + {{data.attributes.ac.value}} +
    {{!-- HIT POINTS --}} @@ -99,7 +96,7 @@ {{!-- SPEED / MOVEMENT TYPES --}}
    -

    +

    {{ localize "SW5E.Movement" }}

    diff --git a/templates/actors/newActor/npc-sheet.html b/templates/actors/newActor/npc-sheet.html index 64782ccb..9d50d67f 100644 --- a/templates/actors/newActor/npc-sheet.html +++ b/templates/actors/newActor/npc-sheet.html @@ -37,18 +37,16 @@
    {{!-- ARMOR CLASS --}}
    -
  • -

    - {{ localize "SW5E.ArmorClass" }} - -

    -
    - {{data.attributes.ac.value}} -
    -
    - {{labels.armorType}} -
    -
  • +

    + {{ localize "SW5E.ArmorClass" }} + +

    +
    + {{data.attributes.ac.value}} +
    +
    + {{labels.armorType}} +
    {{!-- HIT POINTS --}} @@ -67,7 +65,8 @@
    -

    {{ localize "SW5E.Movement" }} +

    + {{ localize "SW5E.Movement" }}