diff --git a/app/views/projects/show.html.haml b/app/views/projects/show.html.haml
index b8e660d72f65a73191246220af5800c0a0ab3307..9daa44aa30cb6db5e6400ba6d41b1b6ad6593007 100644
--- a/app/views/projects/show.html.haml
+++ b/app/views/projects/show.html.haml
@@ -26,8 +26,6 @@
       = noteable_link(item[0], item[1], @project)
     - notes.each do |note|
       %div.message
-        .span-2
-           
         = image_tag gravatar_icon(note.author.email), :class => "left", :width => 40, :style => "padding-right:5px;"
         %p{:style => "margin-bottom: 3px;"}
           = link_to truncate(note.note, :length => 50), "#"