Nicer commit headers.
This commit is contained in:
parent
a1d59d8053
commit
c530543c1a
4 changed files with 99 additions and 21 deletions
33
app/assets/stylesheets/sections/commits.scss
Normal file
33
app/assets/stylesheets/sections/commits.scss
Normal 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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue