summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/assets/stylesheets/sections/commits.scss7
-rw-r--r--app/views/projects/commits/_commit.html.haml3
2 files changed, 6 insertions, 4 deletions
diff --git a/app/assets/stylesheets/sections/commits.scss b/app/assets/stylesheets/sections/commits.scss
index 81f7ace66bf..cd3e5d56c25 100644
--- a/app/assets/stylesheets/sections/commits.scss
+++ b/app/assets/stylesheets/sections/commits.scss
@@ -482,8 +482,8 @@ li.commit {
}
.commit-row-message {
- color: #555;
- font-weight: bolder;
+ color: #333;
+ font-weight: 500;
&:hover {
color: #444;
text-decoration: underline;
@@ -492,13 +492,14 @@ li.commit {
}
.commit-row-info {
+ color: #777;
+
a {
color: #777;
}
.committed_ago {
float: right;
- @extend .cgray;
}
}
diff --git a/app/views/projects/commits/_commit.html.haml b/app/views/projects/commits/_commit.html.haml
index e51376ab529..658b23fbcfa 100644
--- a/app/views/projects/commits/_commit.html.haml
+++ b/app/views/projects/commits/_commit.html.haml
@@ -13,4 +13,5 @@
.commit-row-info
= commit_author_link(commit, avatar: true, size: 16)
- #{time_ago_with_tooltip(commit.committed_date)} ago  
+ .committed_ago
+ #{time_ago_with_tooltip(commit.committed_date)} ago