commits notes under diff. tab removed
This commit is contained in:
parent
5eecbfdb10
commit
31a9d6531d
2 changed files with 9 additions and 22 deletions
|
@ -52,7 +52,8 @@
|
|||
background: #eee;
|
||||
}
|
||||
.diff_file_content {
|
||||
overflow-x: scroll;
|
||||
overflow:auto;
|
||||
overflow-y:hidden;
|
||||
background:#fff;
|
||||
color:#333;
|
||||
font-size: 12px;
|
||||
|
@ -174,9 +175,9 @@ a {
|
|||
.old_line, .new_line {
|
||||
background:#ECECEC;
|
||||
color:#777;
|
||||
width:15px;
|
||||
width:30px;
|
||||
float:left;
|
||||
padding: 0px 10px;
|
||||
padding: 0px 5px;
|
||||
border-right: 1px solid #ccc;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue