Nicer commit headers.

This commit is contained in:
Arthur Schreiber 2012-04-14 00:46:11 +02:00
parent a1d59d8053
commit c530543c1a
4 changed files with 99 additions and 21 deletions

View file

@ -0,0 +1,33 @@
.commit-head {
@extend .well;
padding: 14px;
padding-bottom: 8px;
.browse-button {
@extend .btn;
@extend .btn-small;
float: right;
}
.commit-title {
line-height: 26px;
}
.commit-description {
background-color: white;
}
.sha-block {
float: right;
margin-left: 10px
}
.committer {
padding-left: 32px;
}
.avatar {
margin-right: 4px;
}
}