Skip to content
This repository has been archived by the owner on Sep 12, 2018. It is now read-only.

Commit

Permalink
PullRequest: fix author-info margin-top
Browse files Browse the repository at this point in the history
  • Loading branch information
laziel committed Aug 11, 2014
1 parent f65291d commit be78764
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/git/view.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@partial_info(project, pull, "overview")

<div class="board-body">
<div class="author-info right-txt mt5">
<div class="author-info right-txt" style="margin-top:20px;">
<a href="@routes.UserApp.userInfo(pull.contributor.loginId)" class="usf-group pull-left">
<span class="avatar-wrap smaller">
<img src="@pull.contributor.avatarUrl" width="32" height="32">
Expand Down
2 changes: 1 addition & 1 deletion app/views/git/viewChanges.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
@partial_info(project, pull, "changes")

<div class="board-body mb20">
<div class="author-info right-txt mt5">
<div class="author-info right-txt" style="margin-top:20px;">
<a href="@routes.UserApp.userInfo(pull.contributor.loginId)" class="usf-group pull-left">
<span class="avatar-wrap smaller">
<img src="@pull.contributor.avatarUrl" width="32" height="32">
Expand Down

0 comments on commit be78764

Please sign in to comment.