Commit 44e2a2e453c6954554d3cc6a03bfe64554a228e8
1 parent
66dacfc5
Exists in
master
and in
4 other branches
Compact list for commits page
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
app/assets/stylesheets/sections/merge_requests.scss
@@ -96,7 +96,7 @@ | @@ -96,7 +96,7 @@ | ||
96 | .label-project { | 96 | .label-project { |
97 | @include border-radius-left(4px); | 97 | @include border-radius-left(4px); |
98 | padding: 3px 4px; | 98 | padding: 3px 4px; |
99 | - background: #29A; | 99 | + background: #279; |
100 | position: relative; | 100 | position: relative; |
101 | left: -4px; | 101 | left: -4px; |
102 | letter-spacing: -1px; | 102 | letter-spacing: -1px; |
app/views/projects/commits/_commits.html.haml
1 | - @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits| | 1 | - @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits| |
2 | - %div.ui-box | 2 | + .ui-box.small-box |
3 | .title | 3 | .title |
4 | %i.icon-calendar | 4 | %i.icon-calendar |
5 | %span= day.stamp("28 Aug, 2010") | 5 | %span= day.stamp("28 Aug, 2010") |