diff --git a/app/views/diary_entries/index.html.erb b/app/views/diary_entries/index.html.erb
index 6803c761e..0dfe95fa3 100644
--- a/app/views/diary_entries/index.html.erb
+++ b/app/views/diary_entries/index.html.erb
@@ -1,26 +1,31 @@
<% content_for :head, tag(:meta, :name => :robots, :content => :noindex) %>
<% content_for :heading do %>
-
id="userinformation"<% end %>>
+
id="userinformation"<% end %> class="row">
<% if @user %>
- <%= user_image @user %>
+
+ <%= user_image @user, :class => "user_image_no_margins" %>
+
<% end %>
-
<%= @title %>
-
<% end %>