Skip to content

Commit

Permalink
improve commit header
Browse files Browse the repository at this point in the history
  • Loading branch information
yuki-kimoto committed Nov 29, 2016
1 parent cf67a19 commit 4d259fa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions public/css/common.css
Original file line number Diff line number Diff line change
Expand Up @@ -2634,8 +2634,8 @@ button.close {
overflow:hidden;
padding: 10px;
line-height: 20px;
background: #f4fcef;
border: 1px solid #bcc8db;
background: #f7fafc;
border: 1px solid #d0dbe2;
border-radius: 3px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
Expand Down Expand Up @@ -2669,15 +2669,15 @@ button.close {
.commit-contributor {
padding: 5px 10px;
background-color: #fff;
border: 1px solid #bcc8db;
border: 1px solid #d0dbe2;
border-top:none;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
color:#68777d;
}

.file-list li {
border: 1px solid #bcc8db;
border: 1px solid #d0dbe2;
border-top:none;
padding:7px;
overflow:hidden;
Expand Down Expand Up @@ -3498,7 +3498,7 @@ button.close {
padding: 10px;
line-height: 20px;
background-color: #f4fcef;
border: 1px solid #bcc8db;
border: 1px solid #d0dbe2;
border-radius: 3px;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;
Expand All @@ -3508,7 +3508,7 @@ button.close {
.commits-summary > .last-child {
padding: 5px 10px;
background-color: #fff;
border: 1px solid #bcc8db;
border: 1px solid #d0dbe2;
border-top:none;
border-bottom-left-radius: 3px;
border-bottom-right-radius: 3px;
Expand Down

0 comments on commit 4d259fa

Please sign in to comment.