Fix issue 748.

This commit is contained in:
Thomas Keller
2011-10-27 23:32:18 +02:00
parent ae11b1de4a
commit d2db3b16d2
2 changed files with 20 additions and 3 deletions

View File

@@ -666,6 +666,11 @@ table.diff-linecounts td {
border-left: 1px solid #d3d7cf;
}
table.diff-linecounts.left-hidden tr > td:first-child,
table.diff-linecounts.right-hidden tr > td + td {
display: none;
}
table.diff-contents td {
line-height: 12px;
padding: 2px;