minor css fix for git diffs

This commit is contained in:
Timothy N. Tsvetkov 2011-04-01 07:48:33 +04:00
parent efbd64e924
commit 55eae841ef
1 changed files with 4 additions and 1 deletions

View File

@ -132,12 +132,15 @@ table.commit_stats tr {
.diff_data {
overflow-x: auto;
border-left: 1px solid #EAEAEA;
border-right: 1px solid #EAEAEA;
}
table.diff {
line-height: 1.4em;
font-family: 'Bitstream Vera Sans Mono','Courier',monospace;
border: 1px solid #EAEAEA;
border-top: 1px solid #EAEAEA;
border-bottom: 1px solid #EAEAEA;
width: 100%;
}