Added borders to ability scores and AC

This commit is contained in:
Thaum Rystra
2018-03-02 07:25:37 +02:00
parent 64b3ca6066
commit c6e62e1cfa
6 changed files with 45 additions and 10 deletions

View File

@@ -1,14 +1,14 @@
<template name="printedSquareStat">
<div class="printedSquareStat padded layout vertical center">
<div class="printedSquareStat padded layout vertical center center-justified {{class}}">
<div class="numbers paper-font-display1">
{{#if isSkill}}
{{prefix}}{{skillMod}}
{{else}}
{{prefix}}{{characterCalculate "attributeValue" ../_id stat}}
{{/if}}
</div>
<div class="paper-font-subhead">
{{name}}
</div>
<div class="numbers paper-font-display1">
{{#if isSkill}}
{{prefix}}{{skillMod}}
{{else}}
{{prefix}}{{characterCalculate "attributeValue" ../_id stat}}
{{/if}}
</div>
</div>
</template>