diff --git a/app/views/projects/commits/_commits.html.haml b/app/views/projects/commits/_commits.html.haml
index e3411b62eb64e1388d66ca60ad3d90e7c65456a2..77f795f23f2cebdfb2e66357b16d4aebc8afa6df 100644
--- a/app/views/projects/commits/_commits.html.haml
+++ b/app/views/projects/commits/_commits.html.haml
@@ -6,6 +6,6 @@
         %span= day.stamp("28 Aug, 2010")
       %p= pluralize(commits.count, 'commit')
     .col-md-10
-      %ul.well-list
+      %ul.bordered-list
         = render commits, project: @project
   %hr.lists-separator