diff --git a/app/assets/stylesheets/sections/merge_requests.scss b/app/assets/stylesheets/sections/merge_requests.scss index 9a8af301442bd7d176694c15fb6c11e5626521a7..a67eaeb8d3c64c82708164c812cc3301127238fe 100644 --- a/app/assets/stylesheets/sections/merge_requests.scss +++ b/app/assets/stylesheets/sections/merge_requests.scss @@ -96,7 +96,7 @@ .label-project { @include border-radius-left(4px); padding: 3px 4px; - background: #29A; + background: #279; position: relative; left: -4px; letter-spacing: -1px; diff --git a/app/views/projects/commits/_commits.html.haml b/app/views/projects/commits/_commits.html.haml index 243299d028ca2ef81eb57ac00c5ed0986a3d14be..fd0616f9acc4dfe117d82abd494a6655c3c54e51 100644 --- a/app/views/projects/commits/_commits.html.haml +++ b/app/views/projects/commits/_commits.html.haml @@ -1,5 +1,5 @@ - @commits.group_by { |c| c.committed_date.to_date }.sort.reverse.each do |day, commits| - %div.ui-box + .ui-box.small-box .title %i.icon-calendar %span= day.stamp("28 Aug, 2010")