Improve lists. Remove unneccessary padding
This commit is contained in:
parent
283a9c7b7d
commit
3c7806c3f2
3 changed files with 4 additions and 3 deletions
|
@ -21,7 +21,7 @@ ul {
|
|||
.author { color: #999; }
|
||||
|
||||
p {
|
||||
padding-top:5px;
|
||||
padding-top: 1px;
|
||||
margin:0;
|
||||
color:#222;
|
||||
img {
|
||||
|
|
|
@ -43,6 +43,7 @@
|
|||
.event-body {
|
||||
p {
|
||||
color:#555;
|
||||
padding-top: 5px;
|
||||
}
|
||||
.event-info {
|
||||
color:#666;
|
||||
|
|
|
@ -4,8 +4,8 @@
|
|||
%strong= link_to "Browse Code »", project_tree_path(@project, commit), class: "right"
|
||||
%p
|
||||
= link_to commit.short_id(8), project_commit_path(@project, commit), class: "commit_short_id"
|
||||
%strong= commit.author_link avatar: true, size: 24
|
||||
%span.dash –
|
||||
= commit.author_link avatar: true, size: 24
|
||||
|
||||
= link_to_gfm truncate(commit.title, length: 50), project_commit_path(@project, commit.id), class: "row_title"
|
||||
|
||||
%span.committed_ago
|
||||
|
|
Loading…
Reference in a new issue