Indefero

Indefero Commit Details


Date:2011-03-17 17:23:28 (13 years 9 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:be7725694ef9eb38fb6ca0e9c0981dd619266cb6
Parents: 366d27818268936d8fe688d81f25deabb73fa289
Message:Let browsers properly render whitespace and expand the long line fix for unchanged and removed lines (fixes issue 623 again)

Changes:

File differences

www/media/idf/css/style.css
216216
217217
218218
219
219
220220
221221
222222
......
577577
578578
579579
580
581
582
583
584580
585581
586582
......
588584
589585
590586
587
588
589
590
591
592
593
591594
592595
593596
margin: 0;
display: inline;
}
a.issue-c {
text-decoration: line-through;
}
background-color: #dfd;
}
td.diff-a > span {
float: left;
}
td.diff-r {
background-color: #fdd;
}
td.diff-a, td.diff-r, td.diff-c {
border-bottom: 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 {

Archive Download the corresponding diff file

Page rendered in 0.07534s using 14 queries.