Showing 2 changed files with 3 additions and 3 deletions
+3 -2
public/css/common.css
... ...
@@ -2502,13 +2502,14 @@ button.close {
2502 2502
 
2503 2503
 
2504 2504
 .topic1 {
2505
-  font-size:19px;
2505
+  font-size:18px;
2506 2506
   font-weight:bold;
2507 2507
   margin:20px 0 15px 0;
2508 2508
   color:#358D23;
2509 2509
   padding:4px 6px;
2510
-  background:#F2F2F2;
2510
+  background:#F3F3ED;
2511 2511
   padding:10px 12px;
2512
+  border: 1px solid #EBEEDC;
2512 2513
 }
2513 2514
 
2514 2515
 .project-header {
-1
templates/branches.html.ep
... ...
@@ -56,7 +56,6 @@
56 56
   my $default_branch = $git->branch($self->app->rep_info($user_id, $project_id), $default_branch_name);
57 57
   
58 58
   # Branches
59
-  my $all_branches = [];
60 59
   my $branches = [];
61 60
 
62 61
   # Pagenation