Showing 2 changed files with 10 additions and 2 deletions
+9
public/css/common.css
... ...
@@ -69,6 +69,15 @@
69 69
   text-decoration:none;
70 70
 }
71 71
 
72
+.commits-count-bottom {
73
+  border-radius:0 0 3px 3px;
74
+  border: 1px solid #ddd;
75
+  min-height:4px;
76
+  border-top:none;
77
+  margin-bottom:15px;
78
+  background:#6FBA2C;
79
+}
80
+
72 81
 .issue-labels {
73 82
   padding:10px 0;
74 83
   border-bottom:1px solid #d8d8d8;
+1 -2
templates/tree.html.ep
... ...
@@ -134,8 +134,7 @@
134 134
             </a>
135 135
           </li>
136 136
         </ul>
137
-        <div style="border-radius:0 0 3px 3px;border: 1px solid #ddd;min-height:8px;border-top:none;margin-bottom:15px;background:#0298c3">
138
-          
137
+        <div class="commits-count-bottom">
139 138
         </div>
140 139
       % }
141 140