minor css fix for git diffs
This commit is contained in:
parent
efbd64e924
commit
55eae841ef
|
@ -132,12 +132,15 @@ table.commit_stats tr {
|
||||||
|
|
||||||
.diff_data {
|
.diff_data {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
border-left: 1px solid #EAEAEA;
|
||||||
|
border-right: 1px solid #EAEAEA;
|
||||||
}
|
}
|
||||||
|
|
||||||
table.diff {
|
table.diff {
|
||||||
line-height: 1.4em;
|
line-height: 1.4em;
|
||||||
font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
|
font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
|
||||||
border: 1px solid #EAEAEA;
|
border-top: 1px solid #EAEAEA;
|
||||||
|
border-bottom: 1px solid #EAEAEA;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue