Let browsers properly render whitespace and expand the long line fix for unchanged and removed lines (fixes issue 623 again)

release-1.1
Thomas Keller 2011-03-17 23:23:28 +01:00
parent 366d278182
commit be7725694e
1 changed files with 8 additions and 5 deletions

View File

@ -216,7 +216,7 @@ span.px-header-title a, span.px-header-title a:link, span.px-header-title a:visi
margin: 0; margin: 0;
display: inline; display: inline;
} }
a.issue-c { a.issue-c {
text-decoration: line-through; text-decoration: line-through;
} }
@ -577,10 +577,6 @@ td.diff-a {
background-color: #dfd; background-color: #dfd;
} }
td.diff-a > span {
float: left;
}
td.diff-r { td.diff-r {
background-color: #fdd; background-color: #fdd;
} }
@ -588,6 +584,13 @@ td.diff-r {
td.diff-a, td.diff-r, td.diff-c { td.diff-a, td.diff-r, td.diff-c {
border-bottom: none; border-bottom: none;
border-top: none; border-top: none;
white-space: pre;
}
td.diff-a > span,
td.diff-r > span,
td.diff-c > span {
float: left;
} }
table.diff tr.diff-next { table.diff tr.diff-next {