aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/glsa/_comments.html.erb')
-rw-r--r--app/views/glsa/_comments.html.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/glsa/_comments.html.erb b/app/views/glsa/_comments.html.erb
index 28f757f..5a58af9 100644
--- a/app/views/glsa/_comments.html.erb
+++ b/app/views/glsa/_comments.html.erb
@@ -1,4 +1,4 @@
- <div class="box" id="comments">
+ <div class="box" id="comments" style="margin-bottom: 4em;">
<%= box_title('Comments', :icon => 'icons/comment.png',
:toolbar => [
{:title => 'Add comment', :uri => "javascript:addCommentDialog(#{@glsa.id})", :icon => 'icons/plus.png'},
@@ -8,4 +8,4 @@
<ul id="commentslist">
<%= render :partial => "comment", :collection => @glsa.comments %>
</ul>
- </div> \ No newline at end of file
+ </div>