Fix issue 773.

This commit is contained in:
Jean-Philippe Fleury
2011-12-02 01:20:14 +01:00
committed by Thomas Keller
parent 7342566c6e
commit 6a44af34e1
3 changed files with 12 additions and 6 deletions

View File

@@ -652,7 +652,7 @@ table.diff-contents {
table.diff-linecounts tr,
table.diff-contents tr {
height: 18px;
height: 22px;
}
table.diff-linecounts tr {
@@ -664,8 +664,9 @@ table.diff-linecounts tr:first-child {
}
table.diff-linecounts td {
line-height: 12px;
font-size: 90%;
padding: 1px 10px;
padding: 2px 10px;
text-align: right;
border-left: 1px solid #d3d7cf;
}