diff --git a/src/scss/components/_items.scss b/src/scss/components/_items.scss index e13c8458..edbd0bbe 100644 --- a/src/scss/components/_items.scss +++ b/src/scss/components/_items.scss @@ -44,3 +44,11 @@ } } } + +.items-list-title { + margin-top: 2em; + margin-bottom: 0px; + padding-left: 1em; + border-bottom: 2px groove $c-border-groove; + font-weight: bold; +} \ No newline at end of file diff --git a/src/templates/actor/partials/items.hbs b/src/templates/actor/partials/items.hbs index 0143f89c..7fb3c5e3 100644 --- a/src/templates/actor/partials/items.hbs +++ b/src/templates/actor/partials/items.hbs @@ -5,7 +5,7 @@
{{!-- WEAPONS --}} -

{{localize "DS4.ItemTypeWeapon"}}

{{!-- SPECIFIC --}} +

{{localize "DS4.ItemTypeWeapon"}}

{{!-- SPECIFIC --}}
  1. @@ -62,7 +62,7 @@
{{!-- ARMOR --}} -

{{localize "DS4.ItemTypeArmor"}}

{{!-- SPECIFIC --}} +

{{localize "DS4.ItemTypeArmor"}}

{{!-- SPECIFIC --}}
  1. @@ -116,7 +116,7 @@ {{!-- SHIELD --}} -

    {{localize "DS4.ItemTypeShield"}}

    {{!-- SPECIFIC --}} +

    {{localize "DS4.ItemTypeShield"}}

    {{!-- SPECIFIC --}}