Merge pull request #68 from beardtree/no-list-padding

No list padding
This commit is contained in:
Christopher Jeffrey (JJ) 2014-10-20 20:43:20 -07:00
commit 0abbfda862

View File

@ -4230,8 +4230,8 @@ List.prototype.appendItem = function(item) {
content: item,
align: this.align || 'left',
top: this.itop + this.items.length,
left: this.ileft + 1,
right: this.iright + 1,
left: this.ileft,
right: this.iright,
tags: this.parseTags,
height: 1,
hoverEffects: this.mouse ? this.style.item.hover : null,