Make parent sha links nicer for merge commits.

This commit is contained in:
Arthur Schreiber 2012-04-14 01:25:01 +02:00
parent c530543c1a
commit d9ba277ee1

View file

@ -1,8 +1,10 @@
.commit-head {
@extend .well;
@extend .clearfix;
padding: 14px;
padding-bottom: 8px;
line-height: 24px;
.browse-button {
@extend .btn;
@ -23,6 +25,10 @@
margin-left: 10px
}
&.merge-commit .sha-block {
clear: right;
}
.committer {
padding-left: 32px;
}