make issue, commit row title color lighter

This commit is contained in:
Dmitriy Zaporozhets 2012-02-20 21:50:11 +02:00
parent 29c41e9a0e
commit 5c492a7089
4 changed files with 7 additions and 5 deletions

View file

@ -301,6 +301,10 @@ img.lil_av {
}
}
.row_title {
font-weight:bold;
color:#444;
}
li, .wll {
padding:10px;

View file

@ -8,7 +8,7 @@
%strong.cgray= commit.author_name
–
= image_tag gravatar_icon(commit.author_email), :class => "avatar", :width => 16
%strong= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"
%span.row_title= truncate(commit.safe_message, :length => 50) rescue "--broken encoding"
%span.right.cgray
= time_ago_in_words(commit.committed_date)

View file

@ -21,8 +21,7 @@
= link_to project_issue_path(issue.project, issue) do
%p
%strong= truncate(issue.title, :length => 60)
%p.row_title= truncate(issue.title, :length => 60)

View file

@ -10,5 +10,4 @@
→
%span.label= merge_request.target_branch
= link_to project_merge_request_path(merge_request.project, merge_request) do
%p
%strong= truncate(merge_request.title, :length => 60)
%p.row_title= truncate(merge_request.title, :length => 60)