diff --git a/app/assets/stylesheets/sections/graph.scss b/app/assets/stylesheets/sections/graph.scss
index dd5d638b721dbbd0443475371ff819b165ec4a31..cdf3a23c608f3a632c092f0e223f69b6cbd77bc1 100644
--- a/app/assets/stylesheets/sections/graph.scss
+++ b/app/assets/stylesheets/sections/graph.scss
@@ -4,7 +4,8 @@
 
 
   h4 {
-    padding: 0 10px;
+    margin: 0;
+    padding: 10px;
     border-bottom: 1px solid #bbb;
     @include bg-gray-gradient;
   }
diff --git a/app/assets/stylesheets/sections/projects.scss b/app/assets/stylesheets/sections/projects.scss
index 3430e7cdbc3d6ee8e535fd7239ef222e0cef96f5..e4df01324bf86d28d9813b721a1f835372076fd8 100644
--- a/app/assets/stylesheets/sections/projects.scss
+++ b/app/assets/stylesheets/sections/projects.scss
@@ -86,7 +86,7 @@ ul.nav.nav-projects-tabs {
     border-bottom: 1px solid #eee;
 
     .description {
-      margin-left: 22px;
+      margin-left: 15px;
       color: #aaa;
     }
   }
diff --git a/app/views/projects/merge_requests/show/_mr_accept.html.haml b/app/views/projects/merge_requests/show/_mr_accept.html.haml
index 0750057c762533abccf9059c5ed78c3ad2f920bc..01378d99c99fe94ed38292223b2cf96275e39a45 100644
--- a/app/views/projects/merge_requests/show/_mr_accept.html.haml
+++ b/app/views/projects/merge_requests/show/_mr_accept.html.haml
@@ -14,7 +14,7 @@
             %strong= link_to "click here", "#", class: "how_to_merge_link vlink", title: "How To Merge"
             for instructions
           .accept_group
-            = f.submit "Accept Merge Request", class: "btn btn-success accept_merge_request"
+            = f.submit "Accept Merge Request", class: "btn btn-create accept_merge_request"
             - unless @project.root_ref? @merge_request.source_branch
               .remove_branch_holder
                 = label_tag :should_remove_source_branch, class: "checkbox" do
diff --git a/app/views/projects/network/_head.html.haml b/app/views/projects/network/_head.html.haml
index e75b85c7ade6a0ff7368dafadbc0a334995b831d..d59e82406fd2724b3e78050daa8f106fb46ade70 100644
--- a/app/views/projects/network/_head.html.haml
+++ b/app/views/projects/network/_head.html.haml
@@ -1,5 +1,4 @@
 %h3.page-title Project Network Graph
-%hr
 
 .clearfix
   .pull-left
diff --git a/app/views/public/projects/index.html.haml b/app/views/public/projects/index.html.haml
index 69d86e18f3fbeede3e5d0cd777c366dcbebc0ed4..4bc67d8c6ae84f9798c9bb28cb8afd31863fed9a 100644
--- a/app/views/public/projects/index.html.haml
+++ b/app/views/public/projects/index.html.haml
@@ -17,7 +17,7 @@
   %ul.unstyled
     - @projects.each do |project|
       %li.clearfix
-        %h5
+        %div
           %i.icon-share
           - if current_user
             = link_to_project project
@@ -25,7 +25,7 @@
             = project.name_with_namespace
           .pull-right
             %pre.dark.tiny git clone #{project.http_url_to_repo}
-        %p.description
+        %div.description
           = project.description
     - unless @projects.present?
       %h3.nothing_here_message No public projects