Changes

63 bytes added ,  02:25, 3 February 2021
no edit summary
Line 1: Line 1:  
<div id="plus-skill" style="width: {{#var:Width|100}}%;">
 
<div id="plus-skill" style="width: {{#var:Width|100}}%;">
 
   <div class="{{#var:Style|default}}" style="width: 100%;">
 
   <div class="{{#var:Style|default}}" style="width: 100%;">
     <div style="float: left;">{{{1|Skill}}}</div>
+
     <div style="float: left; width: calc(50% - 25px);">{{{1|Skill}}}</div>
     <div style="float: left;">[[File:{{#var:Dice|BL}}_{{uc:{{{2|D6}}}}}.png|25px]]</div>
+
     <div style="float: left; width: 50px;">[[File:{{#var:Dice|BL}}_{{uc:{{{2|D6}}}}}.png|25px]]</div>
     <div style="float: left;">''{{{3|&nbsp;}}}''</div>
+
     <div style="float: left; width: calc(50% - 25px);">''{{{3|&nbsp;}}}''</div>
 
     <div style="clear: both;"></div>
 
     <div style="clear: both;"></div>
 
   </div>
 
   </div>
 
</div>
 
</div>