Showing 1 changed files with 3 additions and 3 deletions
+3 -3
templates/tree.html.ep
... ...
@@ -103,7 +103,7 @@
103 103
             % my $commits_url = "/$user_id/$project_id/commits/" . ((defined $rev && length $rev) ? $rev : $default_branch_name);
104 104
             <a href="<%= url_for($commits_url) %>">
105 105
               <span class="commits-count-number">
106
-                <i class="icon-repeat"></i>
106
+                <i class="icon-repeat" style="position:relative;top:-1px"></i>
107 107
                 <%= $commits_number %>
108 108
               </span>
109 109
               <span class="commits-count-type">
... ...
@@ -114,7 +114,7 @@
114 114
           <li>
115 115
             <a href="<%= url_for("/$user_id/$project_id/branches") %>">
116 116
               <span class="commits-count-number">
117
-                <i class="icon-indent-left"></i>
117
+                <i class="icon-indent-left" style="position:relative;top:-1px"></i>
118 118
                 <%= $branches_count %>
119 119
               </span>
120 120
               <span class="commits-count-type">
... ...
@@ -125,7 +125,7 @@
125 125
           <li>
126 126
             <a href="<%= url_for("/$user_id/$project_id/tags") %>">
127 127
               <span class="commits-count-number">
128
-                <i class="icon-tags"></i>
128
+                <i class="icon-tags" style="position:relative;top:-1px"></i>
129 129
                 <%= $tags_count %>
130 130
               </span>
131 131
               <span class="commits-count-type">