Merged in indent-item (pull request #12)

Indented item-description by 1em - issue #56
This commit is contained in:
Tom Price
2015-04-21 22:41:29 +01:00
3 changed files with 10 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
<tr id="item-{{item.pk}}" data-pk="{{item.pk}}" class="item_row">
<td>
<span class="name">{{ item.name }}</span>
<div>
<div class="item-description">
<em class="description">{{item.description|linebreaksbr}}</em>
</div>
</td>