diff -U3 issues/_history.rhtml /var/www/html/redmine/app/views/issues/_history.rhtml
--- issues/_history.rhtml	2008-03-12 14:10:52.000000000 -0400
+++ /var/www/html/redmine/app/views/issues/_history.rhtml	2008-04-10 00:39:43.000000000 -0400
@@ -1,5 +1,6 @@
 <% note_id = 1 %>
 <% for journal in journals %>
+  <div class="journal">
 	<h4><div style="float:right;"><%= link_to "##{note_id}", :anchor => "note-#{note_id}" %></div>
 	<%= content_tag('a', '', :name => "note-#{note_id}")%>
 	<%= format_time(journal.created_on) %> - <%= journal.user.name %></h4>
@@ -10,4 +11,5 @@
 	</ul>
   	<%= textilizable(journal.notes) unless journal.notes.blank? %>
   	<% note_id += 1 %>
+  </div>
 <% end %>
Only in /var/www/html/redmine/app/views/issues: _history.rhtml.~1~
