Change the design a bit to look more like before.
This commit is contained in:
parent
d9ba277ee1
commit
ad25dac8b6
2 changed files with 30 additions and 11 deletions
|
@ -1,6 +1,5 @@
|
|||
.commit-head {
|
||||
@extend .well;
|
||||
@extend .clearfix;
|
||||
@extend .main_box;
|
||||
|
||||
padding: 14px;
|
||||
padding-bottom: 8px;
|
||||
|
@ -17,9 +16,29 @@
|
|||
}
|
||||
|
||||
.commit-description {
|
||||
font-size: 14px;
|
||||
padding: 0px;
|
||||
padding-bottom: 4px;
|
||||
border: none;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.commit-info {
|
||||
@extend .middle_box_content;
|
||||
@extend .clearfix;
|
||||
|
||||
padding-bottom: 8px;
|
||||
padding-top: 8px;
|
||||
|
||||
margin-left: -14px;
|
||||
margin-right: -14px;
|
||||
margin-bottom: -8px;
|
||||
|
||||
.author .name, .committer .name {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.sha-block {
|
||||
float: right;
|
||||
margin-left: 10px
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue