Skip to content

Commit

Permalink
entry-content显示边距优化
Browse files Browse the repository at this point in the history
  • Loading branch information
pyrun13 committed May 30, 2016
1 parent 5eb1791 commit 2557e89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/modules/entry.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1 class="entry-title">{{ entry.name }}</h1>
</span>
</div>
</div>
<div class="entry-content" id="entry-content">
<div class="entry-content" id="entry-content" style="padding: 0px">
<textarea id="append-content" style="display:none;">{{! entry.content }}</textarea>
</div>
</div>
Expand Down

0 comments on commit 2557e89

Please sign in to comment.