issues style fixed

This commit is contained in:
gitlabhq 2011-11-25 05:49:28 -05:00
parent 4e55cc67f5
commit 4aad057f23
2 changed files with 5 additions and 2 deletions

View file

@ -44,4 +44,7 @@
}
}
.issue:hover .action-links { display:block; }
.issue-show-holder {
width:100%;
.data p { font-size:16px }
}

View file

@ -8,7 +8,7 @@
%span.tag.today Open
.data
%h4= @issue.title
%p= @issue.title
- if @issue.author == @issue.assignee
= image_tag gravatar_icon(@issue.assignee_email), :width => 20, :style => "padding:0 5px;"